From cd0ee730e80d37507231930e185ad3f34d3c14d1 Mon Sep 17 00:00:00 2001 From: Crazyhead90 Date: Tue, 8 Jan 2019 22:12:06 +0100 Subject: [PATCH] version update --- configure.ac | 4 ++-- contrib/gitian-build.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index e931f89b8cedc..b6488fc5fd33c 100644 --- a/configure.ac +++ b/configure.ac @@ -2,10 +2,10 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N) AC_PREREQ([2.60]) define(_CLIENT_VERSION_MAJOR, 1) define(_CLIENT_VERSION_MINOR, 1) -define(_CLIENT_VERSION_REVISION, 0) +define(_CLIENT_VERSION_REVISION, 1) define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_IS_RELEASE, true) -define(_COPYRIGHT_YEAR, 2018) +define(_COPYRIGHT_YEAR, 2019) AC_INIT([Helix Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[www.helix.io],[helix]) AC_CONFIG_SRCDIR([src/main.cpp]) AC_CONFIG_HEADERS([src/config/helix-config.h]) diff --git a/contrib/gitian-build.sh b/contrib/gitian-build.sh index b6dc47c658d44..794b5a2b7d97b 100755 --- a/contrib/gitian-build.sh +++ b/contrib/gitian-build.sh @@ -18,8 +18,8 @@ SIGNER= VERSION= commit=false url=https://github.com/ProjectHelixCoin/helix -proc=3 -mem=4000 +proc=8 +mem=12000 lxc=true docker=false osslTarUrl=http://downloads.sourceforge.net/project/osslsigncode/osslsigncode/osslsigncode-1.7.1.tar.gz