Prepare libnfc 1.3.4

This commit is contained in:
Romuald Conty 2010-03-31 14:07:13 +00:00
parent d3796b6531
commit 02a29920fc
4 changed files with 10 additions and 4 deletions

View file

@ -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}")

View file

@ -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])

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
libnfc (1.3.4-0) unstable; urgency=low
* New upstream release.
-- Romuald Conty <rconty@il4p.fr> Wed, 31 Mar 2010 12:42:42 +0100
libnfc (1.3.3-0) unstable; urgency=low
* New upstream release.

View file

@ -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)
del /Q $(OBJS) $(LIBNFC).dll $(LIBNFC).exp $(LIBNFC).lib *.obj $(EXES)