Browse Source

Bump version to 4.1.153.

build-mingw
Noel Maersk 10 years ago
parent
commit
e59e4f5f8d
  1. 14
      NEWS.md
  2. 2
      configure.ac
  3. 8
      winbuild/dist/include/config.h

14
NEWS.md

@ -1,8 +1,20 @@ @@ -1,8 +1,20 @@
# Release news
## Version 4.2.0 - TBA
## Version 4.1.153 - 14th March 2014
* Display pool URL instead of "Pool N" if no `poolname` specified.
* Incognito mode to hide user name in NCurses interface - useful for
publishing screenshots. To enable, use `--incognito` on command line,
`incognito` in config or `[S][I]` in NCurses interface.
* Support building in Microsoft Visual Studio 2010, perhaps other
versions as well (by _troky_). Documentation in `winbuild/README.txt`.
* Support building in Cygwin (by _markuspeloquin_). Documentation in
`doc/cygwin-build.txt`.
* Forward-port changes from `ckolivas/cgminer` up to 3.12.3.
* Allow setting `worksize` for kernel `zuikkis`.
* More log messages in pool handling.
* Updated `doc/FAQ.md`.
* Updated `example.conf`.
## Version 4.1.0 - 7th February 2014

2
configure.ac

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_define([v_maj], [4])
m4_define([v_min], [1])
m4_define([v_mic], [0])
m4_define([v_mic], [153])
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_define([v_ver], [v_maj.v_min.v_mic])
m4_define([lt_rev], m4_eval(v_maj + v_min))

8
winbuild/dist/include/config.h vendored

@ -74,11 +74,11 @@ @@ -74,11 +74,11 @@
#endif
#define VERSION "v4.1.0"
#define VERSION "v4.1.153"
#define PACKAGE_NAME "sgminer"
#define PACKAGE_TARNAME "sgminer"
#define PACKAGE_VERSION "4.1.0"
#define PACKAGE_STRING "sgminer 4.1.0"
#define PACKAGE_VERSION "4.1.153"
#define PACKAGE_STRING "sgminer 4.1.153"
#define PACKAGE "sgminer"
#define SGMINER_PREFIX ""
@ -86,4 +86,4 @@ @@ -86,4 +86,4 @@
#include "gitversion.h"
#include "winbuild.h"
#endif
#endif

Loading…
Cancel
Save