Skip to content

Commit

Permalink
bump to 4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Suda committed Jul 11, 2022
1 parent 3a2cdb5 commit 2d02e46
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 @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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)
Expand Down

0 comments on commit 2d02e46

Please sign in to comment.