-
Notifications
You must be signed in to change notification settings - Fork 44
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
Showing
1 changed file
with
3 additions
and
2 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
# Mandatory macro. Set the name of the package and the version number. | ||
# Email address is for bug reporting. | ||
AC_INIT([tce],[1.22],[[email protected]]) | ||
AC_INIT([tce],[1.23-pre],[[email protected]]) | ||
|
||
# Get the current revision number so we can print it out in | ||
# tce-config --version | ||
|
@@ -34,8 +34,9 @@ AC_SUBST([VERSION_STRING], ["$PACKAGE_VERSION${REVNO}"] ) | |
# TCE 1.20 = 20:0:0 | ||
# TCE 1.21 = 21:0:0 | ||
# TCE 1.22 = 22:0:0 | ||
# TCE 1.23 = 23:0:0 | ||
|
||
AC_SUBST([LIB_VERSION], ["22:0:0"]) | ||
AC_SUBST([LIB_VERSION], ["23:0:0"]) | ||
|
||
# This indicates a unique source code file. This is a safety check | ||
# which ensures that source code directory is really source code | ||
|