1
0
mirror of https://github.com/GOSTSec/ccminer synced 2025-01-10 14:57:53 +00:00

start 1.6.4 work...

This commit is contained in:
Tanguy Pruvot 2015-05-15 22:11:37 +02:00
parent 809cd3dc42
commit 374cd50f00
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
AC_INIT([ccminer], [1.6.3])
AC_INIT([ccminer], [1.6.4-git])
AC_PREREQ([2.59c])
AC_CANONICAL_SYSTEM

View File

@ -159,7 +159,7 @@
#define PACKAGE_NAME "ccminer"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "ccminer 1.6.3"
#define PACKAGE_STRING "ccminer 1.6.4-git"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "ccminer"
@ -168,7 +168,7 @@
#define PACKAGE_URL "http://github.com/tpruvot/ccminer"
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.6.3"
#define PACKAGE_VERSION "1.6.4-git"
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
@ -182,7 +182,7 @@
#define STDC_HEADERS 1
/* Version number of package */
#define VERSION "1.6.3"
#define VERSION "1.6.4-git"
/* Define curl_free() as free() if our version of curl lacks curl_free. */
/* #undef curl_free */