This file contains a summary of important user-visible changes.
+Changes since 1.1
+=================
+
+* nothing notable yet
+
Changes since 1.0
=================
m4_define(_CVC4_MAJOR, 1) dnl version (major)
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_RELEASE, 1) dnl version (alpha)
+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
echo
andbranch=
-if git status -bs | grep -q '^## master\($\| *\)'; then
+if git status -bs | grep -q '^## master\($\| *\|\.\.\.\)'; then
if [ "$release" = 0 ]; then
echo "About to run: git branch \"$version.x\""
isthatright
echo "2. upload source and binaries"
echo "3. advertise these packages"
echo "4. add a $version release and next-milestone to Bugzilla."
+echo "5. change $version to pre-release in master$andbranch"
+echo " (in configure.ac) and update library_versions and NEWS."
echo
trap '' EXIT
1\.0\.1-prerelease libcvc4:0:0:0 libcvc4parser:0:0:0 libcvc4compat:0:0:0 libcvc4bindings:0:0:0
1\.1-prerelease libcvc4:0:0:0 libcvc4parser:0:0:0 libcvc4compat:0:0:0 libcvc4bindings:0:0:0
1\.1 libcvc4:1:0:0 libcvc4parser:1:0:0 libcvc4compat:1:0:0 libcvc4bindings:1:0:0
+1\.1\.1-prerelease libcvc4:1:0:0 libcvc4parser:1:0:0 libcvc4compat:1:0:0 libcvc4bindings:1:0:0