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

Commit

Permalink
Release 2.05
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausT committed Sep 16, 2017
1 parent bdc0781 commit b1f66eb
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], [2.04])
AC_INIT([ccminer-cryptonight], [2.05])

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

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

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

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

/* Define to the version of this package. */
#define PACKAGE_VERSION "2.03"
#define PACKAGE_VERSION "2.05"

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

0 comments on commit b1f66eb

Please sign in to comment.