diff options
| author | Wladimir J. van der Laan <[email protected]> | 2017-06-02 07:39:48 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-06-02 07:39:56 +0200 |
| commit | 4a41de4585a4dffb451a9be8078abb838235f336 (patch) | |
| tree | 11762244fe6f1c15237d45eb703102c7de04b442 /configure.ac | |
| parent | net: only enforce the services required to connect (diff) | |
| download | discoin-4a41de4585a4dffb451a9be8078abb838235f336.tar.xz discoin-4a41de4585a4dffb451a9be8078abb838235f336.zip | |
build: bump version to 0.14.2
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 a9156c348..0894c7197 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N) AC_PREREQ([2.60]) define(_CLIENT_VERSION_MAJOR, 0) define(_CLIENT_VERSION_MINOR, 14) -define(_CLIENT_VERSION_REVISION, 1) +define(_CLIENT_VERSION_REVISION, 2) define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2017) |