Fix libnfc version in the Microsoft Windows Makefile.

Also add a note to avoid forgetting it in configure.ac.
This commit is contained in:
Romain Tartiere 2010-08-24 09:25:53 +00:00
parent 32917a9c0a
commit b6fb5829c0
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,6 @@
# General init
# /!\ Don't forget to update 'windows/Makefile' too /!\
AC_INIT(libnfc, 1.3.9, info@libnfc.org)
AC_CONFIG_MACRO_DIR([m4])

View file

@ -14,7 +14,7 @@ NFCOPTS= /I..\include \
/DDRIVER_ARYGON_ENABLED \
/DDRIVER_PN532_UART_ENABLED
NFCLIBOPTS=/Dnfc_EXPORTS /DPACKAGE_VERSION=\"1.3.4\"
NFCLIBOPTS=/Dnfc_EXPORTS /DPACKAGE_VERSION=\"1.3.9\"
CFLAGS=$(COMMONOPTS) /WX $(NFCOPTS)
CXXFLAGS=$(COMMONOPTS) /EHa $(NFCOPTS)