summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2020-06-18 20:55:49 -0700
committerAndres Noetzli <andres.noetzli@gmail.com>2020-06-18 20:55:49 -0700
commitc3b498d4302ba6b1fadaa783757ae2af57f491b4 (patch)
tree7c0a8ba7f72dec591eeac474741f2b0c17bfb5b5
parent3054cd99db968eb85a9195b12e17e83a334e00cb (diff)
Update version information post 1.8 release
-rw-r--r--CMakeLists.txt4
-rw-r--r--INSTALL.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 66872f61e..1b6027b46 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,14 +6,14 @@ cmake_minimum_required(VERSION 3.2)
project(cvc4)
set(CVC4_MAJOR 1) # Major component of the version of CVC4.
-set(CVC4_MINOR 8) # Minor component of the version of CVC4.
+set(CVC4_MINOR 9) # Minor component of the version of CVC4.
set(CVC4_RELEASE 0) # Release component of the version of CVC4.
# Extraversion component of the version of CVC4.
set(CVC4_EXTRAVERSION "-prerelease")
# Shared library versioning. Increment SOVERSION for every new CVC4 release.
-set(CVC4_SOVERSION 6)
+set(CVC4_SOVERSION 7)
# Full release string for CVC4.
if(CVC4_RELEASE)
diff --git a/INSTALL.md b/INSTALL.md
index b95450dff..27c46ac61 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1,5 +1,5 @@
-CVC4 prerelease version 1.8.
-============================
+CVC4 prerelease version 1.9
+===========================
## Building CVC4
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback