diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2019-03-04 15:55:20 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2019-03-04 15:55:46 +0100 |
commit | 6a178e52618dff0405d2a239c9f3cc0c4582fb50 (patch) | |
tree | fc4ca5a3c0d5c8e1b4acb6047a93bb20a77a930a | |
parent | 7630301c16285b48df60734f3fc2bcad7ea45aee (diff) |
build: set RC1v0.18.0rc1
Tree-SHA512: 26bd0cce9eaf906a921defd7e4abdbf1056f29c6327950d766753149dde19d6af39ee827f6e02ebfede488f5afb6b4048814061c45e611ffa43f8ef4598edcdb
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index da922b3cc0..88bb646f8d 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ define(_CLIENT_VERSION_MAJOR, 0) define(_CLIENT_VERSION_MINOR, 18) define(_CLIENT_VERSION_REVISION, 0) define(_CLIENT_VERSION_BUILD, 0) -define(_CLIENT_VERSION_RC, 0) +define(_CLIENT_VERSION_RC, 1) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2019) define(_COPYRIGHT_HOLDERS,[The %s developers]) |