Skip to content

Commit

Permalink
Bump for v0.1.0 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcvernaleo authored and jolan committed Apr 27, 2016
1 parent 9f1afc5 commit 45aaecf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([ccminer], [0.0.5-decred], [], [ccminer], [http://github.com/tpruvot/ccminer])
AC_INIT([ccminer], [0.1.0-decred], [], [ccminer], [http://github.com/tpruvot/ccminer])

AC_PREREQ([2.59c])
AC_CANONICAL_SYSTEM
Expand Down
6 changes: 3 additions & 3 deletions cpuminer-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
#define PACKAGE_NAME "ccminer"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "ccminer 0.0.5-decred"
#define PACKAGE_STRING "ccminer 0.1.0-decred"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "ccminer"
Expand All @@ -171,7 +171,7 @@
#define PACKAGE_URL "http://github.com/tpruvot/ccminer"

/* Define to the version of this package. */
#define PACKAGE_VERSION "0.0.5-decred"
#define PACKAGE_VERSION "0.1.0-decred"

/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
Expand All @@ -185,7 +185,7 @@
#define STDC_HEADERS 1

/* Version number of package */
#define VERSION "0.0.5-decred"
#define VERSION "0.1.0-decred"

/* Define curl_free() as free() if our version of curl lacks curl_free. */
/* #undef curl_free */
Expand Down
8 changes: 4 additions & 4 deletions res/ccminer.rc
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ IDI_ICON1 ICON "ccminer.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,0,5,0
PRODUCTVERSION 0,0,5,0
FILEVERSION 0,1,0,0
PRODUCTVERSION 0,1,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x21L
Expand All @@ -76,10 +76,10 @@ BEGIN
BEGIN
BLOCK "040904e4"
BEGIN
VALUE "FileVersion", "0.0.5-decred"
VALUE "FileVersion", "0.1.0-decred"
VALUE "LegalCopyright", "Copyright (C) 2016"
VALUE "ProductName", "ccminer"
VALUE "ProductVersion", "0.0.5-decred"
VALUE "ProductVersion", "0.1.0-decred"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 45aaecf

Please sign in to comment.