Skip to content

Commit

Permalink
officially move to v4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
quickbeam123 committed Jul 12, 2023
1 parent 2ac50f9 commit 8d999c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -914,7 +914,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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -507,7 +507,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)
Expand Down

0 comments on commit 8d999c1

Please sign in to comment.