Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
egli committed Aug 31, 2020
1 parent fb88db1 commit a00f4e6
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
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.68)
AC_INIT([liblouisutdml], [2.8.0], [[email protected]], [liblouisutdml], [http://www.liblouis.org])
AC_INIT([liblouisutdml], [2.9.0], [[email protected]], [liblouisutdml], [http://www.liblouis.org])
AC_CONFIG_SRCDIR([liblouisutdml/semantics.c])
AC_CONFIG_HEADER([liblouisutdml/config.h])

Expand All @@ -14,7 +14,7 @@ LIBLOUISUTDML_CURRENT=10

# increment any time the source changes; set to
# 0 if you increment CURRENT
LIBLOUISUTDML_REVISION=0
LIBLOUISUTDML_REVISION=1

# increment if any interfaces have been added; set to 0
# if any interfaces have been changed or removed. removal has
Expand Down

0 comments on commit a00f4e6

Please sign in to comment.