summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2020-06-19 09:59:27 -0700
committerGitHub <noreply@github.com>2020-06-19 09:59:27 -0700
commit5247901077efbc7b9016ba35fded7a6ab459a379 (patch)
treeb0ffb77db20ef3cb5fde3210dbd866f3f5536063 /CMakeLists.txt
parent039a642610f570f3367a73a3a29082152a2736f2 (diff)
Update info for 1.8 release (#4633)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 66872f61e..e4d4aaeda 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,10 +10,10 @@ set(CVC4_MINOR 8) # 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")
+set(CVC4_EXTRAVERSION "")
# 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)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback