From 3869b864d30f00c94be4d17bffb011d6a7e1a2c3 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Wed, 5 Aug 2015 06:58:27 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.3.0=20=E2=86=92=201.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CMakeLists.txt | 2 +- appveyor.yml | 2 +- doc/conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 654fcff..a3c3c42 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.0 +current_version = 1.3.1 commit = True [bumpversion:file:CMakeLists.txt] diff --git a/CMakeLists.txt b/CMakeLists.txt index da1994c..c6a1332 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ project(Criterion C) enable_testing() add_subdirectory(samples) -set(PROJECT_VERSION "1.3.0") +set(PROJECT_VERSION "1.3.1") set(LOCALEDIR ${CMAKE_INSTALL_PREFIX}/share/locale) set(GettextTranslate_ALL) set(GettextTranslate_GMO_BINARY) diff --git a/appveyor.yml b/appveyor.yml index ae1ca2b..8f1b935 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.3.0_b{build}-{branch} +version: 1.3.1_b{build}-{branch} os: Windows Server 2012 diff --git a/doc/conf.py b/doc/conf.py index 661351c..5636116 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.3.0' +version = '1.3.1' # The full version, including alpha/beta/rc tags. release = version