aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-01-02 10:49:20 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2015-01-02 11:04:57 +0100
commit4f57a3b20c693f75be6fe7872192f3f2ef223d41 (patch)
treee54aa418139bcfdfc5e908fb2970de6123ffe6b9 /configure.ac
parent8061d67aebd4bc1c2f23b896dd2c40bec04e313c (diff)
downloadbitcoin-4f57a3b20c693f75be6fe7872192f3f2ef223d41.tar.xz
Bump project-wide COPYRIGHT_YEAR to 2015
There is still a redundancy here between configure.ac and clientversion.h. Rebased-From: edbc9045cb21020d0cc19d226f55ee169e2ffb92
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c8149570b8..3b912fb164 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ define(_CLIENT_VERSION_MINOR, 10)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
-define(_COPYRIGHT_YEAR, 2014)
+define(_COPYRIGHT_YEAR, 2015)
AC_INIT([Bitcoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[info@bitcoin.org],[bitcoin])
AC_CONFIG_SRCDIR([src/main.cpp])
AC_CONFIG_HEADERS([src/config/bitcoin-config.h])