From: Andres Noetzli Date: Fri, 19 Jun 2020 19:02:20 +0000 (-0700) Subject: Update version information post 1.8 release (#4635) X-Git-Tag: cvc5-1.0.0~3196 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=733083c;p=cvc5.git Update version information post 1.8 release (#4635) --- diff --git a/CMakeLists.txt b/CMakeLists.txt index e4d4aaeda..a44805482 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.2) project(cvc4) set(CVC4_MAJOR 1) # Major component of the version of CVC4. -set(CVC4_MINOR 8) # Minor component of the version of CVC4. +set(CVC4_MINOR 9) # 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. diff --git a/INSTALL.md b/INSTALL.md index 0c78e9fb1..bf3a20ed2 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,5 +1,5 @@ -CVC4 release version 1.8 -======================== +CVC4 prerelease version 1.9 +=========================== ## Building CVC4