Upgrade the version number
diff --git a/configure.ac b/configure.ac
index cb49ee9..c4f32f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.68)
-AC_INIT([Liblouis], [3.24.0], [liblouis-liblouisxml@freelists.org], [liblouis], [http://www.liblouis.io])
+AC_INIT([Liblouis], [3.25.0], [liblouis-liblouisxml@freelists.org], [liblouis], [http://www.liblouis.io])
 AC_CONFIG_SRCDIR([liblouis/lou_backTranslateString.c])
 AM_CONFIG_HEADER(liblouis/config.h)
 
@@ -95,7 +95,7 @@
 
 # increment any time the source changes; set to 0 if you increment
 # CURRENT
-LIBLOUIS_REVISION=12
+LIBLOUIS_REVISION=13
 
 # increment if any interfaces have been added; set to 0 if any
 # interfaces have been changed or removed. removal has precedence over
diff --git a/windows/include/config.h b/windows/include/config.h
index 01617f8..ef10262 100644
--- a/windows/include/config.h
+++ b/windows/include/config.h
@@ -20,4 +20,4 @@
 

 */

 

-#define PACKAGE_VERSION "liblouis-3.24.0"

+#define PACKAGE_VERSION "liblouis-3.25.0"