summaryrefslogtreecommitdiff
path: root/version.mk
diff options
context:
space:
mode:
authorleo1999-12-03 18:43:28 +0000
committerleo1999-12-03 18:43:28 +0000
commit65d2856a9f19aac960fed57d0e7b1e3aa7c4dd46 (patch)
tree5a9f07dd8ecaad4837917fe1821b5ef6eb634c97 /version.mk
parent30b8e66fb49b343dc630c71c7fc685e5ab53bbcd (diff)
added support for reading PNG files
git-svn-id: http://svn.leocad.org/trunk@23 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'version.mk')
-rw-r--r--version.mk12
1 files changed, 10 insertions, 2 deletions
diff --git a/version.mk b/version.mk
index 63520d3..3303a85 100644
--- a/version.mk
+++ b/version.mk
@@ -1,6 +1,14 @@
# $Id$
#
MAJOR := 0
-MINOR := 72
-PATCHLVL := 1
+MINOR := 71
+PATCHLVL := 2
VERSION := $(MAJOR).$(MINOR).$(PATCHLVL)
+
+
+
+
+
+
+
+