[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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user