diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2019-03-14 09:49:36 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2019-03-17 19:40:19 +0100 |
commit | 8106f1704d816bf57da5f14a700cc239b78de0e7 (patch) | |
tree | d142108a2b38bf86e209f8b68bbda83487da9134 /configure.ac | |
parent | cc9ab83969909a0502dd7d9d3ebf160ead745763 (diff) | |
download | vala-8106f1704d816bf57da5f14a700cc239b78de0e7.tar.gz |
Bump version suffix to 0.46
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 16ebd1f81..74d69b822 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([1.11 dist-xz no-dist-gzip subdir-objects]) AM_MAINTAINER_MODE([enable]) -API_VERSION=0.44 +API_VERSION=0.46 PACKAGE_SUFFIX="-$API_VERSION" VALA_MAJOR_VERSION=`echo $PACKAGE_VERSION | cut -d. -f1 | sed s/[[a-zA-Z\-]].*//g` |