Update version number

This commit is contained in:
hooper114 2009-03-02 08:52:13 +00:00
parent 293ecd93d0
commit 4d2f889f30
6 changed files with 17 additions and 10 deletions

View File

@ -10,7 +10,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
set (ZINT_VERSION_MAJOR 2)
set (ZINT_VERSION_MINOR 1)
set (ZINT_VERSION_RELEASE 1)
set (ZINT_VERSION_RELEASE 2)
set (ZINT_VERSION "${ZINT_VERSION_MAJOR}.${ZINT_VERSION_MINOR}.${ZINT_VERSION_RELEASE}" )
add_definitions (-DZINT_VERSION=\"${ZINT_VERSION}\" -Wall)

View File

@ -7,7 +7,7 @@
# make clean cleans up a previous compilation and any object or editor files
#
ZINT_VERSION:=-DZINT_VERSION=\"2.1.1\"
ZINT_VERSION:=-DZINT_VERSION=\"2.1.2\"
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.0.0 $(INCLUDE) $(COMMON_OBJ) $(ONEDIM_OBJ) $(TWODIM_OBJ) $(POSTAL_OBJ) $(LIBS)
$(CC) $(CFLAGS) $(ZINT_VERSION) -shared -Wl,-soname,libzint.so -o libzint.so.2.1.2 $(INCLUDE) $(COMMON_OBJ) $(ONEDIM_OBJ) $(TWODIM_OBJ) $(POSTAL_OBJ) $(LIBS)
ln -s libzint.so.* libzint.so
.PHONY: install uninstall clean dist
@ -53,7 +53,7 @@ install:
install -D -p --mode=0644 zint.h $(DESTDIR)$(includedir)/zint.h
uninstall:
rm $(DESTDIR)$(libdir)libzint.*
rm $(DESTDIR)$(libdir)/libzint.*
rm $(DESTDIR)$(includedir)/zint.h
clean:

View File

@ -7,7 +7,7 @@
<BODY LANG="en-GB" TEXT="#000000" LINK="#0000ff" VLINK="#840084" BGCOLOR="#ffffff" DIR="LTR">
<H1>Zint Barcode Generator</H1>
<P><FONT SIZE=4>by Robin Stuart &lt;robin@zint.org.uk&gt;</FONT></P>
<P>Version 2.1.1, 10<SUP>th</SUP> February 2009</P>
<P>Version 2.1.2, 1<SUP>st</SUP> March 2009</P>
<P>This document is a guide to Zint, the <I>libzint</I> library and
the barcode symbologies supported by them.</P>
<HR>
@ -303,9 +303,10 @@ the barcode symbologies supported by them.</P>
</DT><DL>
<DT>
C.1 <A HREF="appxc.html#AI">Application Identifiers</A>
</DT><DT STYLE="margin-bottom: 0.5cm">
</DT><DT>
C.2 <A HREF="appxc.html#FIELDS">Fixed Length Fields</A>
</DT></DL>
D <A HREF="appxd.html">Appendix D: Barcodes in Colour</A>
</DL>
<HR>
<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>

View File

@ -172,6 +172,10 @@ Code 16k, Codablock-F and Aztec Code. Added scale and direct to
Data Matrix ECC 200 encoding algorithms to support NULL encoding and
GS1 data encoding. 31/1/2009</P>
<P>v2.1.1 - Minor Data Matrix bugfix and added HIBC options. 10/2/2009</P>
<P>v2.1.2 - Added SVG output option. Improved Japanese character support
including Unicode &gt; Shift-JIS capability. Bugfixes for Data Matrix
(missing characters at end of string) and Codablock-F (K1/K2 check digit
and row indicators above row 6). 1/3/2009</P>
<P><A NAME="CREDITS"></A><FONT SIZE=5><B>6.4 Sources of Information</B></FONT></P>
<P>Below is a list of some of the sources used in rough chronological
order:</P>
@ -188,8 +192,8 @@ RM4SCC specification</A></P>
to Printing the 4-State Barcode' and bcsample source code</P>
<P>Plessey algorithm from <A HREF="http://ar.linux.it/pub/barcode">GNU-Barcode
v0.98</A> by Leonid A. Broukhis</P>
<P><A HREF="http://www.gs1uk.org/EANUCC/WORD_Files/word.html">GS1
General Specifications v 7.0</A></P>
<P><A HREF="www.gs1uk.org/downloads/standards/GS1%20General%20%20Specifications.pdf">GS1
General Specifications v 8.0 Issue 2</A></P>
<P><A HREF="http://www.linpng.org/pub/png/book/">PNG: The Definitive
Guide</A> and wpng source code by Greg Reolofs</P>
<P>PDF417 specification and pdf417 source code by <A HREF="http://grandzebu.net/index.php">Grand
@ -203,6 +207,8 @@ Postal Service Specification USPS-B-3200</A></P>
<P>Adobe Systems Incorporated Encapsulated PostScript File Format
Specification</P>
<P><A HREF="http://www.bsi-global.com/">BSI Online</A> Library</P>
<P><A HREF="http://sourceforge.net/projects/libdmtx">Libdmtx</A> Data Matrix
decoding library</P>
<P><A NAME="STANDARD"></A><FONT SIZE=5><B>6.5 Standard Compliance</B></FONT></P>
<P>Zint was developed to provide compliance with the following
British and international standards:

View File

@ -6,7 +6,7 @@
# make clean cleans up a previous compilation and any object or editor files
#
ZINT_VERSION:=-DZINT_VERSION=\"2.1.1\"
ZINT_VERSION:=-DZINT_VERSION=\"2.1.2\"
CC := gcc
INCLUDE := -I/usr/local/include

2
readme
View File

@ -1,4 +1,4 @@
Zint and libzint 2.1.1
Zint and libzint 2.1.2
----------------------
Zint is a front end program and library which provides support for over 40 barcode symbologies