From 89aaafad2c9bc01437aca84da4a9cbc3337238a8 Mon Sep 17 00:00:00 2001 From: Tanguy Pruvot Date: Sun, 16 Nov 2014 02:35:45 +0100 Subject: [PATCH] prepare 1.5.0 --- README.txt | 3 +++ configure.ac | 2 +- cpuminer-config.h | 6 +++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.txt b/README.txt index 9e6ac35..4d26203 100644 --- a/README.txt +++ b/README.txt @@ -155,6 +155,9 @@ features. >>> RELEASE HISTORY <<< + v1.5.0 + x11: sp echo optimisation (+10KHs) + Nov. 15th 2014 v1.4.9 Support of nvml and nvapi(windows) to monitor gpus Fix (again) displayed hashrate for multi gpus systems diff --git a/configure.ac b/configure.ac index 1ebfd65..508c6c2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([ccminer], [1.4.9]) +AC_INIT([ccminer], [1.5-git]) AC_PREREQ([2.59c]) AC_CANONICAL_SYSTEM diff --git a/cpuminer-config.h b/cpuminer-config.h index 469a029..0860baf 100644 --- a/cpuminer-config.h +++ b/cpuminer-config.h @@ -156,7 +156,7 @@ #define PACKAGE_NAME "ccminer" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "ccminer 1.4.9" +#define PACKAGE_STRING "ccminer 1.5-git" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "ccminer" @@ -165,7 +165,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.4.9" +#define PACKAGE_VERSION "1.5-git" /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be @@ -188,7 +188,7 @@ #define USE_XOP 1 /* Version number of package */ -#define VERSION "1.4.9" +#define VERSION "1.5-git" /* Define curl_free() as free() if our version of curl lacks curl_free. */ /* #undef curl_free */