[fix] seem to not be able to use a non-numeric version number in the Windows configure script, hopefully that fixes the Appveyor build

This commit is contained in:
Al
2018-12-29 20:16:14 -05:00
parent 9ae41dfaa4
commit a60aa9bfb1

View File

@@ -3,7 +3,7 @@
m4_define(LIBPOSTAL_MAJOR_VERSION, [1])
m4_define(LIBPOSTAL_MINOR_VERSION, [1])
m4_define(LIBPOSTAL_PATCH_VERSION, [alpha])
m4_define(LIBPOSTAL_PATCH_VERSION, [0])
AC_INIT([libpostal], LIBPOSTAL_MAJOR_VERSION.LIBPOSTAL_MINOR_VERSION.LIBPOSTAL_PATCH_VERSION)