Skip to content

Commit

Permalink
Coin Reward updates, and other fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoDragonLady committed Sep 23, 2018
1 parent 0aa645a commit c091024
Show file tree
Hide file tree
Showing 7 changed files with 743 additions and 15 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1 +1,3 @@
id_rsa
deploy.enc
scripts/relpush.sh
6 changes: 3 additions & 3 deletions configure.ac
@@ -1,12 +1,12 @@
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 1)
define(_CLIENT_VERSION_MINOR, 2)
define(_CLIENT_VERSION_MINOR, 3)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_BUILD, 2)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2018)
AC_INIT([Worx Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[http://bit.worxs],[worx])
AC_INIT([Worx Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[http://www.worxcoin.io],[worx])
AC_CONFIG_SRCDIR([src/main.cpp])
AC_CONFIG_HEADERS([src/config/worx-config.h])
AC_CONFIG_AUX_DIR([build-aux])
Expand Down

0 comments on commit c091024

Please sign in to comment.