Skip to content

Commit

Permalink
Increase version to 0.13.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mikko Johannes Koivunalho <[email protected]>
  • Loading branch information
mikkoi committed Jul 6, 2019
1 parent 39e5738 commit 0d3321a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# Prelude.
AC_PREREQ([2.59])

AC_INIT([Check], [0.12.0], [check-devel at lists dot sourceforge dot net])
AC_INIT([Check], [0.13.0], [check-devel at lists dot sourceforge dot net])
CHECK_MAJOR_VERSION=0
CHECK_MINOR_VERSION=12
CHECK_MINOR_VERSION=13
CHECK_MICRO_VERSION=0
CHECK_VERSION=$CHECK_MAJOR_VERSION.$CHECK_MINOR_VERSION.$CHECK_MICRO_VERSION

Expand Down

0 comments on commit 0d3321a

Please sign in to comment.