Removing garbage from script.

This commit is contained in:
Daniel Lemire 2019-03-13 19:53:21 -04:00
parent df8f792183
commit 40ad3d6c92
1 changed files with 0 additions and 3 deletions

View File

@ -112,9 +112,6 @@ for line in fileinput.input(cmakefile, inplace=1, backup='.bak'):
line = re.sub('set(PROJECT_VERSION_PATCH \d+','set(PROJECT_VERSION_PATCH '+newrevversionstring, line)
print(line)
set(PROJECT_VERSION_MAJOR 0)
set(PROJECT_VERSION_MINOR 0)
set(PROJECT_VERSION_PATCH 1)
print("modified "+cmakefile+", a backup was made")