summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleo2011-06-17 00:40:33 +0000
committerleo2011-06-17 00:40:33 +0000
commitaf75dfafca40755ce1c3e3673e2d187311944d63 (patch)
treef9e0dd94a5777d9223d8449cc7659608ba9aaddc
parentff900337988d8de80fb55ff354cb5f4818586924 (diff)
Updated version number.
git-svn-id: http://svn.leocad.org/branches/leocad-0.75@974 c7d43263-9d01-0410-8a33-9dba5d9f93d6
-rw-r--r--version.mk2
-rw-r--r--win/config.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/version.mk b/version.mk
index cd60d21..b9159d4 100644
--- a/version.mk
+++ b/version.mk
@@ -1,5 +1,5 @@
MAJOR := 0
MINOR := 75
-PATCHLVL := 1
+PATCHLVL := 2
VERSIONTAG :=
VERSION := $(MAJOR).$(MINOR).$(PATCHLVL)
diff --git a/win/config.h b/win/config.h
index 7914d99..a128bd1 100644
--- a/win/config.h
+++ b/win/config.h
@@ -9,9 +9,9 @@
#define LC_VERSION_MAJOR 0
#define LC_VERSION_MINOR 75
-#define LC_VERSION_PATCH 1
+#define LC_VERSION_PATCH 2
#define LC_VERSION_OSNAME "Windows"
-#define LC_VERSION_TEXT "0.75.1"
+#define LC_VERSION_TEXT "0.75.2"
#define LC_VERSION_TAG ""
#define LC_INSTALL_PREFIX "C:\\leocad"
#define LC_POINTER_TO_INT(p) ((lcint32)(p))