diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-01-14 09:21:27 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-01-14 09:21:27 +0100 |
commit | 5bab55898d2b7ffd13f54a400311427f097948ab (patch) | |
tree | 33e862c2f4f934bf1cd646a8d3f6dd2b1a9573ce | |
parent | dbafb99472120efaa9ce219cf0532498e1a5e04a (diff) |
qt: Update copyright year in about dialog to 2014
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 82f489a06d..ba45d84bba 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ define(_CLIENT_VERSION_MINOR, 8) define(_CLIENT_VERSION_REVISION, 99) define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_IS_RELEASE, false) -define(_COPYRIGHT_YEAR, 2013) +define(_COPYRIGHT_YEAR, 2014) AC_INIT([Bitcoin],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[info@bitcoin.org],[bitcoin]) AC_CONFIG_AUX_DIR([src/build-aux]) AC_CONFIG_MACRO_DIR([src/m4]) |