From cc9ea9c1a67814422a1ada8d14be946dd2ccedd7 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Wed, 15 Apr 2015 22:47:09 +0200 Subject: [PATCH] [v1.2.0] Version bump --- Makefile.am | 2 +- README.md | 8 ++++---- configure.ac | 2 +- doc/conf.py | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile.am b/Makefile.am index 1bffb46..87b4321 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,7 @@ libcriterion_la_CFLAGS = \ -I$(top_srcdir)/dependencies/csptr/include/ \ $(COVERAGE_CFLAGS) -libcriterion_la_LDFLAGS = $(COVERAGE_LDFLAGS) +libcriterion_la_LDFLAGS = $(COVERAGE_LDFLAGS) -version-info 1:0:0 # dirty but unless someone has a better alternative... libcriterion_la_LIBADD = dependencies/csptr/src/libcsptr_la-*.lo diff --git a/README.md b/README.md index 8e35b6e..5974341 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,10 @@ the user would have with other frameworks: ## Downloads -* [Linux (x86_64)](https://github.com/Snaipe/Criterion/releases/download/v1.1.0/criterion-1.1.0-linux-x86_64.tar.bz2) -* [OS X (x86_64)](https://github.com/Snaipe/Criterion/releases/download/v1.1.0/criterion-1.1.0-osx-x86_64.tar.bz2) -* [Windows (x86_64)](https://github.com/Snaipe/Criterion/releases/download/v1.1.0/criterion-1.1.0-win-x86_64.tar.bz2) -* [FreeBSD (x86_64)](https://github.com/Snaipe/Criterion/releases/download/v1.1.0/criterion-1.1.0-freebsd-x86_64.tar.bz2) +* [Linux (x86_64)](https://github.com/Snaipe/Criterion/releases/download/v1.2.0/criterion-1.2.0-linux-x86_64.tar.bz2) +* [OS X (x86_64)](https://github.com/Snaipe/Criterion/releases/download/v1.2.0/criterion-1.2.0-osx-x86_64.tar.bz2) +* [Windows (x86_64)](https://github.com/Snaipe/Criterion/releases/download/v1.2.0/criterion-1.2.0-win-x86_64.tar.bz2) +* [FreeBSD (x86_64)](https://github.com/Snaipe/Criterion/releases/download/v1.2.0/criterion-1.2.0-freebsd-x86_64.tar.bz2) If you have a different platform, you can still [build the library from source](http://criterion.readthedocs.org/en/latest/setup.html#installation) diff --git a/configure.ac b/configure.ac index 836281f..49e3252 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.60]) -AC_INIT([criterion], [1.1.0], [], [criterion], [franklinmathieu@gmail.com]) +AC_INIT([criterion], [1.2.0], [], [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 aa60f50..2dd677a 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.1.0' +version = '1.2.0' # The full version, including alpha/beta/rc tags. release = version