From df0ccdb215853817b1d424b9b8b3cb531f023205 Mon Sep 17 00:00:00 2001 From: sp-hash Date: Wed, 8 Jul 2015 19:44:49 +0200 Subject: [PATCH] Release 54 --- configure.ac | 2 +- cpuminer-config.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 1227b07457..83ba119eef 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([ccminer], [1.5.53-git(SP-MOD)]) +AC_INIT([ccminer], [1.5.54-git(SP-MOD)]) AC_PREREQ([2.59c]) AC_CANONICAL_SYSTEM diff --git a/cpuminer-config.h b/cpuminer-config.h index b9f0c01052..00233dae78 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.5.53-git(SP-MOD)" +#define PACKAGE_STRING "ccminer 1.5.54-git(SP-MOD)" /* 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.5.53-git(SP-MOD)" +#define PACKAGE_VERSION "1.5.54-git(SP-MOD)" /* 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.5.53-git(SP-MOD)" +#define VERSION "1.5.54-git(SP-MOD)" /* Define curl_free() as free() if our version of curl lacks curl_free. */ /* #undef curl_free */