mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-06 01:21:30 -04:00
Update version number to 2.1.4
This commit is contained in:
parent
18b986156f
commit
10ec8ebf20
4 changed files with 5 additions and 7 deletions
|
@ -10,7 +10,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
|||
|
||||
set (ZINT_VERSION_MAJOR 2)
|
||||
set (ZINT_VERSION_MINOR 1)
|
||||
set (ZINT_VERSION_RELEASE 3)
|
||||
set (ZINT_VERSION_RELEASE 4)
|
||||
set (ZINT_VERSION "${ZINT_VERSION_MAJOR}.${ZINT_VERSION_MINOR}.${ZINT_VERSION_RELEASE}" )
|
||||
|
||||
add_definitions (-DZINT_VERSION=\"${ZINT_VERSION}\" -Wall)
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
# make clean cleans up a previous compilation and any object or editor files
|
||||
#
|
||||
|
||||
ZINT_VERSION:=-DZINT_VERSION=\"2.1.3\"
|
||||
ZINT_VERSION:=-DZINT_VERSION=\"2.1.4\"
|
||||
|
||||
|
||||
CC := gcc
|
||||
|
@ -41,7 +41,7 @@ libzint: code.c code128.c 2of5.c upcean.c medical.c telepen.c plessey.c postal.c
|
|||
$(CC) -Wall -fPIC $(CFLAGS) $(ZINT_VERSION) -c $(POSTAL)
|
||||
$(CC) -Wall -fPIC $(DEFINES) $(CFLAGS) $(ZINT_VERSION) -c $(TWODIM)
|
||||
$(CC) -Wall -fPIC $(CFLAGS) $(ZINT_VERSION) -c $(COMMON)
|
||||
$(CC) $(CFLAGS) $(ZINT_VERSION) -shared -Wl,-soname,libzint.so -o libzint.so.2.1.3 $(INCLUDE) $(COMMON_OBJ) $(ONEDIM_OBJ) $(TWODIM_OBJ) $(POSTAL_OBJ) $(LIBS)
|
||||
$(CC) $(CFLAGS) $(ZINT_VERSION) -shared -Wl,-soname,libzint.so -o libzint.so.2.1.4 $(INCLUDE) $(COMMON_OBJ) $(ONEDIM_OBJ) $(TWODIM_OBJ) $(POSTAL_OBJ) $(LIBS)
|
||||
ln -s libzint.so.* libzint.so
|
||||
|
||||
.PHONY: install uninstall clean dist
|
||||
|
@ -51,8 +51,6 @@ install:
|
|||
install -d $(DESTDIR)$(libdir)
|
||||
mv libzint.* $(DESTDIR)$(libdir)
|
||||
install -D -p --mode=0644 zint.h $(DESTDIR)$(includedir)/zint.h
|
||||
ln -s /usr/local/lib/libqrencode.so /usr/lib/libqrencode.so
|
||||
ln -s /usr/local/lib/libqrencode.so.3 /usr/lib/libqrencode.so.3
|
||||
|
||||
uninstall:
|
||||
rm $(DESTDIR)$(libdir)/libzint.*
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# make clean cleans up a previous compilation and any object or editor files
|
||||
#
|
||||
|
||||
ZINT_VERSION:=-DZINT_VERSION=\"2.1.3\"
|
||||
ZINT_VERSION:=-DZINT_VERSION=\"2.1.4\"
|
||||
|
||||
CC := gcc
|
||||
INCLUDE := -I/usr/local/include
|
||||
|
|
2
readme
2
readme
|
@ -1,4 +1,4 @@
|
|||
Zint and libzint 2.1.3
|
||||
Zint and libzint 2.1.4
|
||||
----------------------
|
||||
|
||||
Zint is a front end program and library which provides support for over 40 barcode symbologies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue