Skip to content

Commit ed48212

Browse files
committed
Release 0.5.3
1 parent dcd96ef commit ed48212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# autoconf requirements
1919
AC_PREREQ([2.62])
20-
AC_INIT([hfstospell], [0.5.2], [[email protected]], [hfstospell], [http://hfst.github.io])
20+
AC_INIT([hfstospell], [0.5.3], [[email protected]], [hfstospell], [http://hfst.github.io])
2121

2222
LT_PREREQ([2.2.6])
2323

@@ -34,7 +34,7 @@ AC_CONFIG_HEADERS([config.h])
3434
HFSTOSPELL_NAME=hfstospell
3535
HFSTOSPELL_MAJOR=0
3636
HFSTOSPELL_MINOR=5
37-
HFSTOSPELL_EXTENSION=.2
37+
HFSTOSPELL_EXTENSION=.3
3838
HFSTOSPELL_VERSION=$HFSTOSPELL_MAJOR.$HFSTOSPELL_MINOR$HFSTOSPELL_EXTENSION
3939
AC_SUBST(HFSTOSPELL_MAJOR)
4040
AC_SUBST(HFSTOSPELL_MINOR)

0 commit comments

Comments
 (0)