Skip to content

Commit

Permalink
version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Suda authored and quickbeam123 committed Oct 18, 2021
1 parent ebb6f91 commit bc65d54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ endif() # COMPILE_TESTS
#################################################################
# automated generation of Vampire revision information from git #
#################################################################
set(VAMPIRE_VERSION_NUMBER 4.5.1)
set(VAMPIRE_VERSION_NUMBER 4.6.1)

execute_process(
COMMAND git rev-parse --is-inside-work-tree
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ all: #default make disabled
################################################################
# automated generation of Vampire revision information

VERSION_NUMBER = 4.5.1
VERSION_NUMBER = 4.6.1

# 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 bc65d54

Please sign in to comment.