From 0f25296e77dbca6999a9ff4bc8913b7a902977b0 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Sun, 26 Apr 2015 16:01:57 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.0=20=E2=86=92=201.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- appveyor.yml | 2 +- configure.ac | 2 +- doc/conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0a16063..bbcb195 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.0 +current_version = 1.2.1 commit = True [bumpversion:file:configure.ac] diff --git a/appveyor.yml b/appveyor.yml index 532782d..38c1eff 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.2.0_b{build}-{branch} +version: 1.2.1_b{build}-{branch} os: Windows Server 2012 diff --git a/configure.ac b/configure.ac index 49e3252..228b0fe 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/doc/conf.py b/doc/conf.py index 2dd677a..a4d0f24 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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