1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-09 14:28:12 +00:00

misc: Bump version to 4.1.270.

This commit is contained in:
Noel Maersk 2014-04-12 18:10:00 +03:00
parent 92c3b5eb48
commit 49fecf93a3
3 changed files with 15 additions and 4 deletions

11
NEWS.md
View File

@ -2,9 +2,20 @@
## Version 4.2.0 - TBA
*
## Version 4.1.270 - 12th April 2014
* Allow setting algorithm per-pool and initial implementation of kernel
hot-swapping (by _mrbrdo_). Use options `pool-algorithm` (in config
file or in CLI) or `algorithm` (config-only).
* NCurses UI [S][W] writes pool name and description to configuration.
* Added algorithm name to `pools` API command (by _troky_).
* NCurses UI asks for (optional) pool name, description and algorithm
when adding pool.
* API command `addpool` allows both `url,user,pass` and
`url,user,pass,name,desc,algo`.
## Version 4.1.242 - 7th April 2014

View File

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

View File

@ -68,11 +68,11 @@
#endif
#define VERSION "v4.1.242"
#define VERSION "v4.1.270"
#define PACKAGE_NAME "sgminer"
#define PACKAGE_TARNAME "sgminer"
#define PACKAGE_VERSION "4.1.242"
#define PACKAGE_STRING "sgminer 4.1.242"
#define PACKAGE_VERSION "4.1.270"
#define PACKAGE_STRING "sgminer 4.1.270"
#define PACKAGE "sgminer"
#define SGMINER_PREFIX ""