diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-11-09 15:08:30 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-11-09 15:08:30 +0100 |
commit | c2e7baf2bdb2e2c163bcadaebe68ee00c9a27e7c (patch) | |
tree | d92bc3527410244922c83aa12a9fd7242d863599 /configure.ac | |
parent | 3b89bf643896474e41047fef16d12cf03c860559 (diff) |
Bump version to 0.10.4, add release notesv0.10.4rc1v0.10.4
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 93517fb31c..aa03489d9d 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, 10) -define(_CLIENT_VERSION_REVISION, 3) +define(_CLIENT_VERSION_REVISION, 4) define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2015) |