Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Release 3.06
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausT committed Oct 27, 2018
1 parent 46ce246 commit ce20e2b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([ccminer-cryptonight], [3.05])
AC_INIT([ccminer-cryptonight], [3.06])

AC_PREREQ([2.59c])
AC_CANONICAL_SYSTEM
Expand Down
2 changes: 1 addition & 1 deletion cpu-miner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1977,7 +1977,7 @@ static int msver(void)
return version;
}

#define PROGRAM_VERSION "3.05"
#define PROGRAM_VERSION "3.06"
int main(int argc, char *argv[])
{
struct thr_info *thr;
Expand Down
4 changes: 2 additions & 2 deletions cpuminer-config-win.h
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
#define PACKAGE_NAME "ccminer-cryptonight"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "ccminer-cryptonight 3.05"
#define PACKAGE_STRING "ccminer-cryptonight 3.06"

/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
Expand All @@ -156,7 +156,7 @@
#undef PACKAGE_URL

/* Define to the version of this package. */
#define PACKAGE_VERSION "3.05"
#define PACKAGE_VERSION "3.06"

/* Version number of package */
#undef VERSION
Expand Down

0 comments on commit ce20e2b

Please sign in to comment.