summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorHaniel Barbosa <hanielbbarbosa@gmail.com>2019-04-12 16:16:33 -0500
committerGitHub <noreply@github.com>2019-04-12 16:16:33 -0500
commitea865ade5ab89f54425182fc580b439a58204c43 (patch)
tree2b808f2dc03d54966ca9f77249cdf6c49df178c1 /CMakeLists.txt
parent7d27cae34c7c3cda9a7827754fb5b8e485d515db (diff)
Referring to prerelease 1.8 (#2943)
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 7c700ab07..d9cdf3481 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,11 +6,11 @@ cmake_minimum_required(VERSION 3.1)
project(cvc4)
set(CVC4_MAJOR 1) # Major component of the version of CVC4.
-set(CVC4_MINOR 7) # Minor component of the version of CVC4.
+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 "")
+set(CVC4_EXTRAVERSION "-prerelease")
# Shared library versioning. Increment SOVERSION for every new CVC4 release.
set(CVC4_SOVERSION 6)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback