diff --git a/CMakeLists.txt b/CMakeLists.txt index 07afc37f16..e34128f2e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -920,7 +920,7 @@ endif() # COMPILE_TESTS ################################################################# # automated generation of Vampire revision information from git # ################################################################# -set(VAMPIRE_VERSION_NUMBER 4.6.1) +set(VAMPIRE_VERSION_NUMBER 4.7) execute_process( COMMAND git rev-parse --is-inside-work-tree diff --git a/Makefile b/Makefile index 4353491e68..023cd5c4b8 100644 --- a/Makefile +++ b/Makefile @@ -508,7 +508,7 @@ all: #default make disabled ################################################################ # automated generation of Vampire revision information -VERSION_NUMBER = 4.6.1 +VERSION_NUMBER = 4.7 # We extract the revision number from svn every time the svn meta-data are modified # (that's why there is the dependency on .svn/entries)