diff --git a/CMakeLists.txt b/CMakeLists.txt index 4cfadcc..cd7fa91 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ PROJECT(libnfc C) CMAKE_MINIMUM_REQUIRED(VERSION 2.6) SET(VERSION_MAJOR "1") SET(VERSION_MINOR "3") -SET(VERSION_PATCH "3") +SET(VERSION_PATCH "4") SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") diff --git a/configure.ac b/configure.ac index e34a5fb..5345d31 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # General init -AC_INIT(libnfc, 1.3.3, info@libnfc.org) +AC_INIT(libnfc, 1.3.4, info@libnfc.org) AC_CONFIG_MACRO_DIR([m4]) diff --git a/debian/changelog b/debian/changelog index 56f8dbf..1133c5d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libnfc (1.3.4-0) unstable; urgency=low + + * New upstream release. + + -- Romuald Conty Wed, 31 Mar 2010 12:42:42 +0100 + libnfc (1.3.3-0) unstable; urgency=low * New upstream release. diff --git a/win32/Makefile b/win32/Makefile index 1df4861..7eb4d6f 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -1,7 +1,7 @@ ############################################### # General settings ############################################### -VERSION = 1.3.0 +VERSION = 1.3.4 SOURCE = ../src NFC_LIB = $(SOURCE)/lib NFC_INCLUDE = $(SOURCE)/include @@ -36,4 +36,4 @@ libnfc: $(OBJS) $(CC) $(CFLAGS) -I "$(NFC_LIB)" $< /link /OUT:$@ -SUBSYSTEM:CONSOLE $(LDFLAGS) $(LIBNFC).lib clean: - del /Q $(OBJS) $(LIBNFC).dll $(LIBNFC).exp $(LIBNFC).lib *.obj $(EXES) \ No newline at end of file + del /Q $(OBJS) $(LIBNFC).dll $(LIBNFC).exp $(LIBNFC).lib *.obj $(EXES)