diff options
author | Prayag Verma <prayag.verma@gmail.com> | 2016-01-17 23:38:11 +0530 |
---|---|---|
committer | Prayag Verma <prayag.verma@gmail.com> | 2016-01-17 23:38:11 +0530 |
commit | bd34174ebca239e6796f0eb2015ddc2f218aac3c (patch) | |
tree | e9927ba22b994b6d0be9c308a95e160fa935f2a6 /configure.ac | |
parent | e1060c56cca7eeab8e217eb7b416c16487fd175e (diff) |
Update license year range to 2016
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 07f9a4a6f3..0342777fb9 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ define(_CLIENT_VERSION_MINOR, 12) define(_CLIENT_VERSION_REVISION, 99) define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_IS_RELEASE, false) -define(_COPYRIGHT_YEAR, 2015) +define(_COPYRIGHT_YEAR, 2016) AC_INIT([Bitcoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/bitcoin/bitcoin/issues],[bitcoin]) AC_CONFIG_SRCDIR([src/main.cpp]) AC_CONFIG_HEADERS([src/config/bitcoin-config.h]) |