forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump project-wide COPYRIGHT_YEAR to 2015
There is still a redundancy here between configure.ac and clientversion.h. Rebased-From: edbc904
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ define(_CLIENT_VERSION_MINOR, 10) | |
define(_CLIENT_VERSION_REVISION, 0) | ||
define(_CLIENT_VERSION_BUILD, 0) | ||
define(_CLIENT_VERSION_IS_RELEASE, true) | ||
define(_COPYRIGHT_YEAR, 2014) | ||
define(_COPYRIGHT_YEAR, 2015) | ||
AC_INIT([Bitcoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[[email protected]],[bitcoin]) | ||
AC_CONFIG_SRCDIR([src/main.cpp]) | ||
AC_CONFIG_HEADERS([src/config/bitcoin-config.h]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters