Skip to content

Commit

Permalink
Merge pull request #260 from fancyIX/feature/#247
Browse files Browse the repository at this point in the history
Bump up version
  • Loading branch information
fancyIX committed Dec 14, 2021
2 parents 1d7ea3b + beeeaf3 commit 947e95f
Show file tree
Hide file tree
Showing 2 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
Expand Up @@ -2,7 +2,7 @@
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_define([v_maj], [0])
m4_define([v_min], [8])
m4_define([v_mic], [0])
m4_define([v_mic], [1])
m4_define([v_rev], [0])
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_ifdef([v_rev], [m4_define([v_ver], [v_maj.v_min.v_mic-v_rev])], [m4_define([v_ver], [v_maj.v_min.v_mic])])
Expand Down
6 changes: 3 additions & 3 deletions winbuild/dist/include/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@
//
#endif
//
#define VERSION "v0.8.0-0"
#define VERSION "v0.8.1-0"
#define PACKAGE_NAME "sgminer"
#define PACKAGE_TARNAME "sgminer"
#define PACKAGE_VERSION "0.8.0-0"
#define PACKAGE_STRING "sgminer 0.8.0-0"
#define PACKAGE_VERSION "0.8.1-0"
#define PACKAGE_STRING "sgminer 0.8.1-0"
#define PACKAGE "sgminer"
//
#define SGMINER_PREFIX ""
Expand Down

0 comments on commit 947e95f

Please sign in to comment.