From: Haniel Barbosa Date: Fri, 12 Apr 2019 21:16:33 +0000 (-0500) Subject: Referring to prerelease 1.8 (#2943) X-Git-Tag: cvc5-1.0.0~4182 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ea865ade5ab89f54425182fc580b439a58204c43;p=cvc5.git Referring to prerelease 1.8 (#2943) --- 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