From 2f07d98fc620fb1a1af33c448123ea9fefccddb0 Mon Sep 17 00:00:00 2001 From: Martin Suda Date: Wed, 12 Jul 2023 16:25:08 +0000 Subject: [PATCH] officially move to v4.8 --- CMakeLists.txt | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 77b8aa873d..5639d5cff0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -930,7 +930,7 @@ endif() # COMPILE_TESTS ################################################################# # automated generation of Vampire revision information from git # ################################################################# -set(VAMPIRE_VERSION_NUMBER 4.7) +set(VAMPIRE_VERSION_NUMBER 4.8) execute_process( COMMAND git rev-parse --is-inside-work-tree diff --git a/Makefile b/Makefile index d0f6b6ff7f..6e09754e29 100644 --- a/Makefile +++ b/Makefile @@ -505,7 +505,7 @@ all: #default make disabled ################################################################ # automated generation of Vampire revision information -VERSION_NUMBER = 4.7 +VERSION_NUMBER = 4.8 # 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)