mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge #870: Update copyright year to 2020
9bb467273 Update copyright year to 2020 (Philippe McLean)
Pull request description:
Tree-SHA512: ea13f2c7d90f4c1d320d883bcb43b9c971b4d981ea42bd19fbbccd0ede53a5a3af84f6224d7261bb61987a3694a0ed461cf17dd79a29abc68a3bf6995bddba36
This commit is contained in:
commit
be2540a4b9
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ define(_CLIENT_VERSION_REVISION, 99)
|
|||
define(_CLIENT_VERSION_BUILD, 0)
|
||||
define(_CLIENT_VERSION_RC, 0)
|
||||
define(_CLIENT_VERSION_IS_RELEASE, true)
|
||||
define(_COPYRIGHT_YEAR, 2019)
|
||||
define(_COPYRIGHT_YEAR, 2020)
|
||||
define(_COPYRIGHT_HOLDERS,[The %s developers])
|
||||
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Elements Project]])
|
||||
AC_INIT([Elements Core],m4_join([.], _CLIENT_VERSION_MAJOR, _CLIENT_VERSION_MINOR, _CLIENT_VERSION_REVISION, m4_if(_CLIENT_VERSION_BUILD, [0], [], _CLIENT_VERSION_BUILD))m4_if(_CLIENT_VERSION_RC, [0], [], [rc]_CLIENT_VERSION_RC),[https://github.com/ElementsProject/elements/issues],[elements],[https://elementsproject.org/])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue