We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd96ef commit ed48212Copy full SHA for ed48212
configure.ac
@@ -17,7 +17,7 @@
17
18
# autoconf requirements
19
AC_PREREQ([2.62])
20
-AC_INIT([hfstospell], [0.5.2], [[email protected]], [hfstospell], [http://hfst.github.io])
+AC_INIT([hfstospell], [0.5.3], [[email protected]], [hfstospell], [http://hfst.github.io])
21
22
LT_PREREQ([2.2.6])
23
@@ -34,7 +34,7 @@ AC_CONFIG_HEADERS([config.h])
34
HFSTOSPELL_NAME=hfstospell
35
HFSTOSPELL_MAJOR=0
36
HFSTOSPELL_MINOR=5
37
-HFSTOSPELL_EXTENSION=.2
+HFSTOSPELL_EXTENSION=.3
38
HFSTOSPELL_VERSION=$HFSTOSPELL_MAJOR.$HFSTOSPELL_MINOR$HFSTOSPELL_EXTENSION
39
AC_SUBST(HFSTOSPELL_MAJOR)
40
AC_SUBST(HFSTOSPELL_MINOR)
0 commit comments