Skip to content

Commit

Permalink
NeoScrypt GPU Miner v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostlander committed Feb 20, 2016
1 parent 7251700 commit 026a409
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions NEWS
@@ -1,3 +1,9 @@
NSGminer v0.9.2 - 20th of February 2016
- NeoScrypt OpenCL kernel v7;
- optional use of the NVIDIA Management Library;
- correct work utility calculation


NSGminer v0.9.1 - 16th of January 2016
- NeoScrypt OpenCL kernel v6;
- block hash calculation for display purposes fixed;
Expand Down
2 changes: 1 addition & 1 deletion autogen.sh
Expand Up @@ -22,5 +22,5 @@ echo 'Running autoreconf -ifv...'

if test -z "$NOCONFIGURE" ; then
echo 'Configuring...'
"${bs_dir}"/configure "$@"
"${bs_dir}"/configure CFLAGS="-O2 -fomit-frame-pointer -fno-stack-protector" "$@"
fi
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -15,7 +15,7 @@ dnl * any later version. See COPYING for more details.
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_define([v_maj], [0])
m4_define([v_min], [9])
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
2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -2,7 +2,7 @@ Source: nsgminer
Priority: optional
Section: misc
Maintainer: John Doering <ghostlander@phoenixcoin.org>
Standards-Version: 0.9.1
Standards-Version: 0.9.2
Build-Depends: build-essential, debhelper, autoconf, automake, libtool, libssl-dev, pkg-config, libcurl4-openssl-dev, wget, unzip, libncurses5-dev, git, quilt

Package: nsgminer
Expand Down

0 comments on commit 026a409

Please sign in to comment.