diff --git a/compat/cpuminer-config.h b/compat/cpuminer-config.h index a54fa7c7f..e05194d94 100644 --- a/compat/cpuminer-config.h +++ b/compat/cpuminer-config.h @@ -103,7 +103,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.2-dev" +#define PACKAGE_VERSION "1.2" /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be @@ -132,7 +132,7 @@ #define USE_XOP 1 /* Version number of package */ -#define VERSION "1.2-dev" +#define VERSION "1.2" /* Define to `unsigned int' if does not define. */ /* #undef size_t */ diff --git a/configure.ac b/configure.ac index 50bb40ec6..7d09d807b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([cpuminer-multi], [1.2-dev]) +AC_INIT([cpuminer-multi], [1.2]) AC_PREREQ([2.59c]) AC_CANONICAL_SYSTEM