Skip to content

Commit

Permalink
Bump version to 4.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
veox committed Jun 27, 2014
1 parent ae94126 commit 92d2256
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release news

## Version 4.2.2 - 27th June 2014

* Fixes for a few stratum-related security vulnerabilities (reported by
_Mick Ayzenberg_ of DejaVu Security).
* Found blocks calculation fix (by _troky_).


## Version 4.2.1 - 22nd May 2014

* Fixed MSVS building, tested with MSVC++ 2010 and 2013 (by _troky_).
Expand Down
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], [4])
m4_define([v_min], [2])
m4_define([v_mic], [1])
m4_define([v_mic], [2])
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
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 @@ -68,11 +68,11 @@

#endif

#define VERSION "v4.2.1"
#define VERSION "v4.2.2"
#define PACKAGE_NAME "sgminer"
#define PACKAGE_TARNAME "sgminer"
#define PACKAGE_VERSION "4.2.1"
#define PACKAGE_STRING "sgminer 4.2.1"
#define PACKAGE_VERSION "4.2.2"
#define PACKAGE_STRING "sgminer 4.2.2"
#define PACKAGE "sgminer"

#define SGMINER_PREFIX ""
Expand Down

0 comments on commit 92d2256

Please sign in to comment.