repo.or.cz
/
catch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix error: ISO C++ forbids in-class initialization of non-const static member 'm_started'
[catch.git]
/
scripts
/
minorRelease.py
blob
6e71cd80ec751012c863b2eedd37980e8da1cabe
1
#!/usr/bin/env python
2
3
from
__future__
import
print_function
4
import
releaseCommon
5
6
v
=
releaseCommon
.
Version
()
7
v
.
incrementMinorVersion
()
8
releaseCommon
.
performUpdates
(
v
)
9
10
print
(
"Updated Version.hpp, README and Conan to v
{0}
"
.
format
(
v
.
getVersionString
() ) )