diff --git a/README.txt b/README.txt index 36a3e00..001ff3f 100644 --- a/README.txt +++ b/README.txt @@ -1,5 +1,5 @@ -ccMiner release 1.4.1-tpruvot (Sep 06th 2014) - "Cached Blake" +ccMiner release 1.4.2-tpruvot (Sep 09th 2014) - "Pentablake" --------------------------------------------------------------- *************************************************************** @@ -35,6 +35,7 @@ TalkCoin DarkCoin and other X11 coins NEOS blake (256 14-rounds) BlakeCoin (256 8-rounds) +Pentablake (Blake 512 x5) where some of these coins have a VERY NOTABLE nVidia advantage over competing AMD (OpenCL) implementations. @@ -65,6 +66,7 @@ its command line interface and options. blake use to mine NEOS (Blake 256) blakecoin use to mine Old Blake 256 nist5 use to mine TalkCoin + penta use to mine Joincoin / Pentablake fresh use to mine Freshcoin whirl use to mine Whirlcoin x11 use to mine DarkCoin diff --git a/configure.ac b/configure.ac index 2a554f1..a4ef290 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([ccminer], [2014.09.06]) +AC_INIT([ccminer], [2014.09.09]) AC_PREREQ([2.59c]) AC_CANONICAL_SYSTEM diff --git a/cpu-miner.c b/cpu-miner.c index 0450ac7..cb6e790 100644 --- a/cpu-miner.c +++ b/cpu-miner.c @@ -1427,7 +1427,7 @@ out: return NULL; } -#define PROGRAM_VERSION "1.4.1" +#define PROGRAM_VERSION "1.4.2" static void show_version_and_exit(void) { printf("%s v%s\n"