From ea865ade5ab89f54425182fc580b439a58204c43 Mon Sep 17 00:00:00 2001 From: Haniel Barbosa Date: Fri, 12 Apr 2019 16:16:33 -0500 Subject: [PATCH] Referring to prerelease 1.8 (#2943) --- CMakeLists.txt | 4 ++-- INSTALL.md | 2 +- 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 -- 2.30.2