Bumping version to 1.0.0

This commit is contained in:
Snaipe 2015-03-17 23:56:16 +01:00
parent 05bc6fb88e
commit b14c56f289
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
version: 0.3.0_b{build}-{branch}
version: 1.0.0_b{build}-{branch}
os: Windows Server 2012

View file

@ -1,6 +1,6 @@
AC_PREREQ([2.60])
AC_INIT([criterion], [1.0], [], [criterion], [franklinmathieu@gmail.com])
AC_INIT([criterion], [1.0.0], [], [criterion], [franklinmathieu@gmail.com])
AC_CONFIG_SRCDIR([src/runner.c])
LT_PREREQ([2.2.4])