From b1e9277611d43a969313059127a978744da89978 Mon Sep 17 00:00:00 2001 From: Tanguy Pruvot Date: Thu, 23 Apr 2015 08:18:04 +0200 Subject: [PATCH] start 1.6.3... --- configure.ac | 2 +- cpuminer-config.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 7a9a195..dbf11d0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([ccminer], [1.6.2]) +AC_INIT([ccminer], [1.6.3-git]) AC_PREREQ([2.59c]) AC_CANONICAL_SYSTEM diff --git a/cpuminer-config.h b/cpuminer-config.h index 655888a..6260f04 100644 --- a/cpuminer-config.h +++ b/cpuminer-config.h @@ -159,7 +159,7 @@ #define PACKAGE_NAME "ccminer" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "ccminer 1.6.2" +#define PACKAGE_STRING "ccminer 1.6.3-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.2" +#define PACKAGE_VERSION "1.6.3-git" /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be @@ -191,7 +191,7 @@ /* undef USE_XOP */ /* Version number of package */ -#define VERSION "1.6.2" +#define VERSION "1.6.3-git" /* Define curl_free() as free() if our version of curl lacks curl_free. */ /* #undef curl_free */