Bump version: 1.2.0 → 1.2.1
This commit is contained in:
parent
94d48e4edd
commit
0f25296e77
4 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 1.2.0
|
||||
current_version = 1.2.1
|
||||
commit = True
|
||||
|
||||
[bumpversion:file:configure.ac]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version: 1.2.0_b{build}-{branch}
|
||||
version: 1.2.1_b{build}-{branch}
|
||||
|
||||
os: Windows Server 2012
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
AC_PREREQ([2.60])
|
||||
|
||||
AC_INIT([criterion], [1.2.0], [], [criterion], [franklinmathieu@gmail.com])
|
||||
AC_INIT([criterion], [1.2.1], [], [criterion], [franklinmathieu@gmail.com])
|
||||
AC_CONFIG_SRCDIR([src/runner.c])
|
||||
|
||||
LT_PREREQ([2.2.4])
|
||||
|
|
|
@ -39,7 +39,7 @@ copyright = u'2015, Franklin "Snaipe" Mathieu'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '1.2.0'
|
||||
version = '1.2.1'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = version
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue