summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2020-09-29 14:13:34 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2020-09-29 14:13:34 +0200
commit165f1a862b366dc4ba1b166fd6a0b504404c2516 (patch)
tree240d470b33a40e6ae8ed0a1ad7e31d37ab7cb459 /configure.ac
parent1c976d3704ca2318bef27ab7537ee98b8eaa9c59 (diff)
downloadvala-165f1a862b366dc4ba1b166fd6a0b504404c2516.tar.gz
Bump version suffix to 0.52
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 eee338c55..42e697995 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.50
+API_VERSION=0.52
PACKAGE_SUFFIX="-$API_VERSION"
VALA_MAJOR_VERSION=`echo $PACKAGE_VERSION | cut -d. -f1 | sed s/[[a-zA-Z\-]].*//g`