Skip to content

Commit

Permalink
Fix version string (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjaaskel committed Jan 4, 2021
1 parent 6a17a1d commit e50e8a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tce/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e50e8a3

Please sign in to comment.