diff options
| author | Tomo Ueda <[email protected]> | 2021-09-02 12:25:40 -0700 |
|---|---|---|
| committer | Tomo Ueda <[email protected]> | 2021-09-02 12:25:40 -0700 |
| commit | 9c9d5f6dcd06b0ad389fcd938577d793cfbfdb21 (patch) | |
| tree | 21f6e26bdc4ecf023901e3cf888ab054d872146c /configure.ac | |
| parent | house keeping (diff) | |
| download | discoin-9c9d5f6dcd06b0ad389fcd938577d793cfbfdb21.tar.xz discoin-9c9d5f6dcd06b0ad389fcd938577d793cfbfdb21.zip | |
s/Doge/Dis/g
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index f811786bc..e0c87384b 100644 --- a/configure.ac +++ b/configure.ac @@ -7,8 +7,8 @@ define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2021) define(_COPYRIGHT_HOLDERS,[The %s developers]) -define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Bitcoin Core and Dogecoin Core]]) -AC_INIT([Dogecoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/discoin/discoin/issues],[discoin],[https://discoin.com/]) +define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Bitcoin Core and Discoin Core]]) +AC_INIT([Discoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/discoin/discoin/issues],[discoin],[https://discoin.com/]) AC_CONFIG_SRCDIR([src/validation.cpp]) AC_CONFIG_HEADERS([src/config/bitcoin-config.h]) AC_CONFIG_AUX_DIR([build-aux]) |