Update version information post 1.8 release (#4635)
authorAndres Noetzli <andres.noetzli@gmail.com>
Fri, 19 Jun 2020 19:02:20 +0000 (12:02 -0700)
committerGitHub <noreply@github.com>
Fri, 19 Jun 2020 19:02:20 +0000 (14:02 -0500)
CMakeLists.txt
INSTALL.md

index e4d4aaeda274f47875eff792fee6308d3a8af1df..a4480548278991d82bbf75b361a551e1e4c2c6fc 100644 (file)
@@ -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.
index 0c78e9fb1822bc4f605b248ed0fdd663d1dcbfd0..bf3a20ed27891feb2c1dcd1093ee9ec6a226d999 100644 (file)
@@ -1,5 +1,5 @@
-CVC4 release version 1.8
-========================
+CVC4 prerelease version 1.9
+===========================
 
 ## Building CVC4