summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2018-09-06 09:41:37 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2018-09-17 16:05:57 +0200
commit36893d15cbcd56c8477df3db00015f3b973df2fc (patch)
tree2c1a69107c5bd507157216c6b57414766c569f32 /configure.ac
parent2d6c9331d73c9bd7a12adf5e2cc347c8ac8b48d6 (diff)
downloadvala-36893d15cbcd56c8477df3db00015f3b973df2fc.tar.gz
Bump version suffix
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 730c72d7b..88ca0f94b 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.42
+API_VERSION=0.44
PACKAGE_SUFFIX="-$API_VERSION"
VALA_MAJOR_VERSION=`echo $PACKAGE_VERSION | cut -d. -f1 | sed s/[[a-zA-Z\-]].*//g`