Bump version: 1.2.2 → 1.2.3
This commit is contained in:
parent
5cf91b1310
commit
2b2bdcde14
4 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 1.2.2
|
||||
current_version = 1.2.3
|
||||
commit = True
|
||||
|
||||
[bumpversion:file:CMakeLists.txt]
|
||||
|
|
|
@ -7,7 +7,7 @@ project(Criterion C)
|
|||
enable_testing()
|
||||
add_subdirectory(samples)
|
||||
|
||||
set(PROJECT_VERSION "1.2.2")
|
||||
set(PROJECT_VERSION "1.2.3")
|
||||
set(LOCALEDIR ${CMAKE_INSTALL_PREFIX}/share/locale)
|
||||
set(GettextTranslate_ALL)
|
||||
set(GettextTranslate_GMO_BINARY)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version: 1.2.2_b{build}-{branch}
|
||||
version: 1.2.3_b{build}-{branch}
|
||||
|
||||
os: Windows Server 2012
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ copyright = u'2015, Franklin "Snaipe" Mathieu'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '1.2.2'
|
||||
version = '1.2.3'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = version
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue