mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Update version number to 2.2
This commit is contained in:
parent
067243221e
commit
31ffc6e644
@ -9,8 +9,8 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
|||||||
#comment or remove the above line before release
|
#comment or remove the above line before release
|
||||||
|
|
||||||
set (ZINT_VERSION_MAJOR 2)
|
set (ZINT_VERSION_MAJOR 2)
|
||||||
set (ZINT_VERSION_MINOR 1)
|
set (ZINT_VERSION_MINOR 2)
|
||||||
set (ZINT_VERSION_RELEASE 4)
|
set (ZINT_VERSION_RELEASE 0)
|
||||||
set (ZINT_VERSION "${ZINT_VERSION_MAJOR}.${ZINT_VERSION_MINOR}.${ZINT_VERSION_RELEASE}" )
|
set (ZINT_VERSION "${ZINT_VERSION_MAJOR}.${ZINT_VERSION_MINOR}.${ZINT_VERSION_RELEASE}" )
|
||||||
|
|
||||||
add_definitions (-DZINT_VERSION=\"${ZINT_VERSION}\" -Wall)
|
add_definitions (-DZINT_VERSION=\"${ZINT_VERSION}\" -Wall)
|
||||||
|
@ -48,6 +48,9 @@ code.c:
|
|||||||
LOGMARS
|
LOGMARS
|
||||||
Channel Code
|
Channel Code
|
||||||
|
|
||||||
|
code1.c:
|
||||||
|
Code One
|
||||||
|
|
||||||
code49.c:
|
code49.c:
|
||||||
Code 49
|
Code 49
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
# make clean cleans up a previous compilation and any object or editor files
|
# make clean cleans up a previous compilation and any object or editor files
|
||||||
#
|
#
|
||||||
|
|
||||||
ZINT_VERSION:=-DZINT_VERSION=\"2.1.4\"
|
ZINT_VERSION:=-DZINT_VERSION=\"2.2.0\"
|
||||||
|
|
||||||
|
|
||||||
CC := gcc
|
CC := gcc
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
# make clean cleans up a previous compilation and any object or editor files
|
# 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.2.0\"
|
||||||
|
|
||||||
|
|
||||||
CC:= gcc
|
CC:= gcc
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
# make clean cleans up a previous compilation and any object or editor files
|
# make clean cleans up a previous compilation and any object or editor files
|
||||||
#
|
#
|
||||||
|
|
||||||
ZINT_VERSION:=-DZINT_VERSION=\"2.1.4\"
|
ZINT_VERSION:=-DZINT_VERSION=\"2.2.0\"
|
||||||
|
|
||||||
CC := gcc
|
CC := gcc
|
||||||
INCLUDE := -I/usr/local/include
|
INCLUDE := -I/usr/local/include
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
# make clean cleans up a previous compilation and any object or editor files
|
# 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.2.0\"
|
||||||
|
|
||||||
CC := gcc
|
CC := gcc
|
||||||
CFLAGS := -D_WIN32 -O2 -fms-extensions -mms-bitfields -fno-exceptions -fomit-frame-pointer -Wall
|
CFLAGS := -D_WIN32 -O2 -fms-extensions -mms-bitfields -fno-exceptions -fomit-frame-pointer -Wall
|
||||||
|
20
readme
20
readme
@ -1,5 +1,5 @@
|
|||||||
Zint and libzint 2.1.4
|
Zint and libzint 2.2
|
||||||
----------------------
|
--------------------
|
||||||
|
|
||||||
Zint is a front end program and library which provides support for over 40 barcode symbologies
|
Zint is a front end program and library which provides support for over 40 barcode symbologies
|
||||||
in an open source package released under the GNU General Public License. Currently supported
|
in an open source package released under the GNU General Public License. Currently supported
|
||||||
@ -13,7 +13,8 @@ Code 16k, PDF417, MicroPDF417, Two-Track Pharmacode, PostNet, PLANET, Australia
|
|||||||
RM4SCC, USPS OneCode, GS1 DataBar, DataBar-14, DataBar Limited, DataBar Extended, DataBar Stacked,
|
RM4SCC, USPS OneCode, GS1 DataBar, DataBar-14, DataBar Limited, DataBar Extended, DataBar Stacked,
|
||||||
Composite Symbology, Data Matrix, QR Code, Maxicode, Aztec Code, EAN-13, Codablock-F, Micro QR,
|
Composite Symbology, Data Matrix, QR Code, Maxicode, Aztec Code, EAN-13, Codablock-F, Micro QR,
|
||||||
Korea Post Barcode, HIBC Code 128, HIBC Code 39, HIBC Data Matrix, HIBC PDF417, HIBC MicroPDF417,
|
Korea Post Barcode, HIBC Code 128, HIBC Code 39, HIBC Data Matrix, HIBC PDF417, HIBC MicroPDF417,
|
||||||
HIBC QR Code, HIBC Codablock-F, Japanese Postal Code, Code 49, Channel Code, FIM and Flattermarken.
|
HIBC QR Code, HIBC Codablock-F, Japanese Postal Code, Code 49, Channel Code, Code One, FIM and
|
||||||
|
Flattermarken.
|
||||||
|
|
||||||
Full documentation is now available from the project website at http://www.zint.org.uk
|
Full documentation is now available from the project website at http://www.zint.org.uk
|
||||||
|
|
||||||
@ -77,16 +78,17 @@ things which need to be done!
|
|||||||
|
|
||||||
Frontend
|
Frontend
|
||||||
--------
|
--------
|
||||||
The Qt frontend has had a lot of work since the last version - it has now
|
|
||||||
been renamed "Zint Barcode Studio version 0.2". It needs to:
|
|
||||||
* Allow copying of generated barcodes to the clipboard with "Copy" button
|
* Allow copying of generated barcodes to the clipboard with "Copy" button
|
||||||
* Allow dragging and dropping to external apps.
|
* Allow dragging and dropping to external apps.
|
||||||
|
NOTE: Although I have tried to add these functions I have not been succesful in
|
||||||
|
making them useful. Therefore, although I would like to see this added,
|
||||||
|
I have abandoned this.
|
||||||
|
|
||||||
Packaging
|
Packaging
|
||||||
---------
|
---------
|
||||||
Binary packages are needed for distribution in the following formats
|
Binary packages are needed for distribution in the following formats
|
||||||
* RPMs for various Linux distros
|
* RPMs for various Linux distros (.spec file now available thanks to Radist)
|
||||||
* Install binaries for MS Windows
|
* Install binaries for MS Windows (MSVC and MinGW make files now included)
|
||||||
* Install binaries for Mac OSX
|
* Install binaries for Mac OSX
|
||||||
|
|
||||||
Translations
|
Translations
|
||||||
@ -103,6 +105,4 @@ Research
|
|||||||
|
|
||||||
Coming Soon
|
Coming Soon
|
||||||
-----------
|
-----------
|
||||||
Features which it is hoped will appear in this library soon:
|
The next symbology to be added may be Dot Code A or ISS PosiCode
|
||||||
* Extended Channel Interpretations (this has been delayed - see the website)
|
|
||||||
* Code One
|
|
||||||
|
Loading…
Reference in New Issue
Block a user