summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Orton <joe@manyfish.uk>2021-01-23 15:26:47 +0000
committerJoe Orton <joe@manyfish.uk>2021-01-23 15:26:47 +0000
commit4fac395fd5f59b274c59d45cb955141077be7f32 (patch)
tree0980d7e1eafec3f0a8dfc4c313119c514b76fb1b
parentf831e2ebdecb73e0b3dabf811e425131737fd36c (diff)
downloadneon-git-4fac395fd5f59b274c59d45cb955141077be7f32.tar.gz
* macros/neon.m4 (NE_VERSIONS_BUNDLED): Bump to 0.32.0-dev.
-rw-r--r--macros/neon.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/macros/neon.m4 b/macros/neon.m4
index 9a2deaa..be38caa 100644
--- a/macros/neon.m4
+++ b/macros/neon.m4
@@ -136,12 +136,12 @@ AC_DEFUN([NE_VERSIONS_BUNDLED], [
# Define the current versions.
NE_VERSION_MAJOR=0
-NE_VERSION_MINOR=31
-NE_VERSION_PATCH=1
+NE_VERSION_MINOR=32
+NE_VERSION_PATCH=0
NE_VERSION_TAG=-dev
-# 0.31.x is backwards-compatible to 0.27.x, so AGE=4
-NE_LIBTOOL_VERSINFO="31:${NE_VERSION_PATCH}:4"
+# 0.32.x is backwards-compatible to 0.27.x, so AGE=4
+NE_LIBTOOL_VERSINFO="32:${NE_VERSION_PATCH}:5"
NE_DEFINE_VERSIONS