Skip to content

Commit

Permalink
version 4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
quickbeam123 committed Jul 15, 2020
1 parent 033d34d commit 57a6f78
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 @@ -818,7 +818,7 @@ endif()
#################################################################
# automated generation of Vampire revision information from git #
#################################################################
set(VAMPIRE_VERSION_NUMBER "4.5.0")
set(VAMPIRE_VERSION_NUMBER "4.5.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 @@ -557,7 +557,7 @@ all:#default make disabled
################################################################
# automated generation of Vampire revision information

VERSION_NUMBER = 4.5.0
VERSION_NUMBER = 4.5.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 57a6f78

Please sign in to comment.