Skip to content

Commit

Permalink
Version bump to 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
troky committed Mar 9, 2015
1 parent 89c380a commit f366619
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], [5])
m4_define([v_min], [1])
m4_define([v_mic], [0])
m4_define([v_mic], [1])
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_define([v_ver], [v_maj.v_min.v_mic])
m4_define([lt_rev], m4_eval(v_maj + v_min))
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 "v5.1.0"
#define VERSION "v5.1.1"
#define PACKAGE_NAME "sgminer"
#define PACKAGE_TARNAME "sgminer"
#define PACKAGE_VERSION "5.1.0"
#define PACKAGE_STRING "sgminer 5.1.0"
#define PACKAGE_VERSION "5.1.1"
#define PACKAGE_STRING "sgminer 5.1.1"
#define PACKAGE "sgminer"

#define SGMINER_PREFIX ""
Expand Down

1 comment on commit f366619

@Egoisti4Hblu
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.