From 4a0b35148d8309f2000d57bafc811fcb7dc045b6 Mon Sep 17 00:00:00 2001 From: hooper114 Date: Wed, 24 Dec 2008 21:30:12 +0000 Subject: [PATCH] Update version number --- backend/Makefile | 2 +- frontend/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/Makefile b/backend/Makefile index c9a84c28..b8f9900f 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -7,7 +7,7 @@ # make clean cleans up a previous compilation and any object or editor files # -ZINT_VERSION:=-DZINT_VERSION=\"2.0.1\" +ZINT_VERSION:=-DZINT_VERSION=\"2.1.0\" CC := gcc diff --git a/frontend/Makefile b/frontend/Makefile index bf6058fe..968ba442 100644 --- a/frontend/Makefile +++ b/frontend/Makefile @@ -6,7 +6,7 @@ # make clean cleans up a previous compilation and any object or editor files # -ZINT_VERSION:=-DZINT_VERSION=\"1.99.1\" +ZINT_VERSION:=-DZINT_VERSION=\"2.1.0\" CC := gcc INCLUDE := -I/usr/local/include