summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-12-03 22:17:04 +0000
committerMorgan Deters <mdeters@gmail.com>2012-12-03 22:17:04 +0000
commit4cae70d893601a2070dc2b00c5640b48515b1a22 (patch)
tree23317f980459d40e72d086fb74b0f6fa4335d23e /configure.ac
parent25c6e1331d338c6ba8d60224711343986e11cf79 (diff)
version numbering
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8ac1fb776..6cc422b79 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,9 +2,9 @@
# Process this file with autoconf to produce a configure script.
m4_define(_CVC4_MAJOR, 1) dnl version (major)
-m4_define(_CVC4_MINOR, 0) dnl version (minor)
+m4_define(_CVC4_MINOR, 1) dnl version (minor)
m4_define(_CVC4_RELEASE, 0) dnl version (alpha)
-m4_define(_CVC4_EXTRAVERSION, []) dnl version (extra)
+m4_define(_CVC4_EXTRAVERSION, [-prerelease]) dnl version (extra)
m4_define(_CVC4_RELEASE_STRING, _CVC4_MAJOR[.]_CVC4_MINOR[]m4_if(_CVC4_RELEASE,[0],,[.]_CVC4_RELEASE)_CVC4_EXTRAVERSION) dnl version string
dnl Preprocess CL args. Defined in config/cvc4.m4
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback