Skip to content

Commit

Permalink
release v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tpruvot committed Nov 3, 2016
1 parent 8441f0b commit 2c4214a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Android.mk
Expand Up @@ -41,7 +41,7 @@ LOCAL_C_INCLUDES := $(cpuminer-src)/compat/bionic \

LOCAL_CFLAGS := -std=c99 -Wno-pointer-sign -Wno-missing-field-initializers \
-Wno-unused-parameter #-DNOASM
LOCAL_CFLAGS += -DVERSION=\"1.2\"
LOCAL_CFLAGS += -DVERSION=\"1.3\"

sph_files:=$(call all-c-files-under,sha3)

Expand Down
2 changes: 2 additions & 0 deletions NEWS
@@ -1,11 +1,13 @@
Version 1.3 (Tanguy Pruvot)
- Add decred algo
- Add lbry algo
- Add sia algo
- Add x11evo algo
- Add x17 and xevan algos
- Add veltor algo
- Enhance Blake2-S
- Stratum benchmarks support
- Show diff and solved blocks by default

Version 1.2 (Tanguy Pruvot)
- Add cryptonight-light (Aeon)
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -48,6 +48,7 @@ Algorithms
*__skein__ (Skeincoin, Myriadcoin, Xedoscoin, ...)
*__skein2__ (Woodcoin)
*__s3__ (OneCoin)
*__sia__ (Reversed Blake2B for SIA [SC])
*__sib__ X11 + gost streebog (SibCoin)
*__vanilla__ (Blake-256 8-rounds - double sha256 [VNL])
*__veltor__ (Veltor [VLT])
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT([cpuminer-multi], [1.3-dev])
AC_INIT([cpuminer-multi], [1.3])

AC_PREREQ([2.59c])
AC_CANONICAL_SYSTEM
Expand Down
8 changes: 4 additions & 4 deletions res/cpuminer.rc
Expand Up @@ -60,8 +60,8 @@ IDI_ICON1 ICON "cpuminer.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,2,0,0
PRODUCTVERSION 1,2,0,0
FILEVERSION 1,3,0,0
PRODUCTVERSION 1,3,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x21L
Expand All @@ -76,10 +76,10 @@ BEGIN
BEGIN
BLOCK "040904e4"
BEGIN
VALUE "FileVersion", "1.2"
VALUE "FileVersion", "1.3"
VALUE "LegalCopyright", "Copyright (C) 2015"
VALUE "ProductName", "cpuminer-multi"
VALUE "ProductVersion", "1.2"
VALUE "ProductVersion", "1.3"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 2c4214a

Please sign in to comment.