summaryrefslogtreecommitdiff
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
parent7d27cae34c7c3cda9a7827754fb5b8e485d515db (diff)
Referring to prerelease 1.8 (#2943)
-rw-r--r--CMakeLists.txt4
-rw-r--r--INSTALL.md2
2 files changed, 3 insertions, 3 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)
diff --git a/INSTALL.md b/INSTALL.md
index 177cf8318..fc32138f9 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1,4 +1,4 @@
-CVC4 release version 1.7.
+CVC4 prerelease version 1.8.
============================
## Building CVC4
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback