diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-01-21 18:41:11 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-01-21 19:58:10 +0100 |
| commit | fe14e8d790f05beb6d01bb380fea873cec5de3ba (patch) | |
| tree | 49c23e1437378d0fb89d1edc7ce1a6c8aa2dbfcb /configure.ac | |
| parent | build: Package docs/ and don't package source. (diff) | |
| download | discoin-fe14e8d790f05beb6d01bb380fea873cec5de3ba.tar.xz discoin-fe14e8d790f05beb6d01bb380fea873cec5de3ba.zip | |
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.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d4ca3b1c2..3f659c95a 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],[[email protected]],[bitcoin]) +AC_INIT([Bitcoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[[email protected]],[bitcoin]) AC_CONFIG_AUX_DIR([src/build-aux]) AC_CONFIG_MACRO_DIR([src/m4]) AC_CANONICAL_HOST |