aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-01-21 18:41:11 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2014-01-21 19:58:10 +0100
commitfe14e8d790f05beb6d01bb380fea873cec5de3ba (patch)
tree49c23e1437378d0fb89d1edc7ce1a6c8aa2dbfcb /configure.ac
parent6c980c7d3137616667c1b104fafe40693a6d54a8 (diff)
downloadbitcoin-fe14e8d790f05beb6d01bb380fea873cec5de3ba.tar.xz
build: Change package name to Bitcoin Core
Affects the name of the package as shown in installers and such. Also rebrand the windows installer.
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 d4ca3b1c20..3f659c95a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ define(_CLIENT_VERSION_REVISION, 99)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, false)
define(_COPYRIGHT_YEAR, 2014)
-AC_INIT([Bitcoin],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[info@bitcoin.org],[bitcoin])
+AC_INIT([Bitcoin Core],[_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])
AC_CANONICAL_HOST