Skip to content

Commit

Permalink
Bumped version to 0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
timdawborn committed Sep 5, 2014
1 parent 2c572bd commit b3423e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions m4/version-set.m4
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
dnl Product version for header files. Maintained by dist/bump-version.sh
VERSION_MAJOR=0
VERSION_MINOR=3
VERSION_MINOR=4
VERSION_PATCH=0
VERSION_STRING='"0.3.0 (2014-06-16)"'
VERSION_STRING='"0.4.0 (2014-09-05)"'

AC_SUBST(VERSION_MAJOR)
AC_SUBST(VERSION_MINOR)
AC_SUBST(VERSION_PATCH)
AC_SUBST(VERSION_STRING)

VERSION_NOPATCH=0.3
VERSION_NOPATCH=0.4
AC_SUBST(VERSION_NOPATCH)
2 changes: 1 addition & 1 deletion m4/version.m4
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dnl Product version for AC_INIT. Maintained by dist/bump-version.sh
0.3.0
0.4.0

0 comments on commit b3423e7

Please sign in to comment.