summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorHaniel Barbosa <hanielbbarbosa@gmail.com>2019-04-03 21:06:25 -0500
committerGitHub <noreply@github.com>2019-04-03 21:06:25 -0500
commitae712e32aae0947205f506f7caacc670311c6763 (patch)
tree423a8dd7be8beac504783197f992c6b7d9a14d51 /CMakeLists.txt
parent29685eaf8d49b12c04cbb4767f832cc623709aab (diff)
Update release notes and lib version (#2933)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9af357790..31f249a27 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ set(CVC4_RELEASE 0) # Release component of the version of CVC4.
set(CVC4_EXTRAVERSION "-prerelease")
# Shared library versioning. Increment SOVERSION for every new CVC4 release.
-set(CVC4_SOVERSION 5)
+set(CVC4_SOVERSION 6)
# Full release string for CVC4.
if(CVC4_RELEASE)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback