Skip to content

Commit

Permalink
Merge pull request #238 from fancyIX/feature/#236
Browse files Browse the repository at this point in the history
Bump up version to 0.7.6
  • Loading branch information
fancyIX committed Oct 14, 2021
2 parents adf7b27 + 1c90229 commit 12f2de2
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], [7])
m4_define([v_mic], [5])
m4_define([v_mic], [6])
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.7.5-0"
#define VERSION "v0.7.6-0"
#define PACKAGE_NAME "sgminer"
#define PACKAGE_TARNAME "sgminer"
#define PACKAGE_VERSION "0.7.5-0"
#define PACKAGE_STRING "sgminer 0.7.5-0"
#define PACKAGE_VERSION "0.7.6-0"
#define PACKAGE_STRING "sgminer 0.7.6-0"
#define PACKAGE "sgminer"
//
#define SGMINER_PREFIX ""
Expand Down

0 comments on commit 12f2de2

Please sign in to comment.