-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2c572bd
commit b3423e7
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |