1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-18 02:17:06 +00:00

Bump version to 2.12.0.9 (dev)

This commit is contained in:
gitlost
2022-12-12 21:45:16 +00:00
parent 9cfc2a85b0
commit a437f80d01
26 changed files with 52 additions and 52 deletions

View File

@@ -17,7 +17,7 @@ TARGET = QtZint
INCLUDEPATH += ../backend
#EDIT THIS !!!!
DEFINES += ZINT_VERSION="\\\"2.12.0\\\""
DEFINES += ZINT_VERSION="\\\"2.12.0.9\\\""
!contains(DEFINES, ZINT_NO_PNG) {
INCLUDEPATH += ../../lpng
@@ -117,7 +117,7 @@ SOURCES += ../backend/2of5.c \
../backend/dllversion.c \
qzint.cpp
VERSION = 2.12.0
VERSION = 2.12.0.9
#DESTDIR = .

View File

@@ -4,7 +4,7 @@ win32 {
}
TARGET = QtZint2
VERSION = 2.12.0
VERSION = 2.12.0.9
QMAKE_CFLAGS += /TP /wd4018 /wd4244 /wd4305
QMAKE_CXXFLAGS += /TP /wd4018 /wd4244 /wd4305