Skip to content

Commit

Permalink
Update the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
egli committed Sep 2, 2024
1 parent 073f2fa commit 03d8234
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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([Liblouis], [3.30.0], [[email protected]], [liblouis], [http://www.liblouis.io])
AC_INIT([Liblouis], [3.31.0], [[email protected]], [liblouis], [http://www.liblouis.io])
AC_CONFIG_SRCDIR([liblouis/lou_backTranslateString.c])
AM_CONFIG_HEADER(liblouis/config.h)

Expand Down Expand Up @@ -104,7 +104,7 @@ LIBLOUIS_CURRENT=20

# increment any time the source changes; set to 0 if you increment
# CURRENT
LIBLOUIS_REVISION=18
LIBLOUIS_REVISION=19

# increment if any interfaces have been added; set to 0 if any
# interfaces have been changed or removed. removal has precedence over
Expand Down
2 changes: 1 addition & 1 deletion windows/include/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ License along with liblouis. If not, see <http://www.gnu.org/licenses/>.
*/

#define PACKAGE_VERSION "liblouis-3.30.0"
#define PACKAGE_VERSION "liblouis-3.31.0"

0 comments on commit 03d8234

Please sign in to comment.