summaryrefslogtreecommitdiff
path: root/win/config.h
diff options
context:
space:
mode:
authorleo2011-06-17 00:40:33 +0000
committerleo2011-06-17 00:40:33 +0000
commitaf75dfafca40755ce1c3e3673e2d187311944d63 (patch)
treef9e0dd94a5777d9223d8449cc7659608ba9aaddc /win/config.h
parentff900337988d8de80fb55ff354cb5f4818586924 (diff)
Updated version number.
git-svn-id: http://svn.leocad.org/branches/leocad-0.75@974 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'win/config.h')
-rw-r--r--win/config.h4
1 files changed, 2 insertions, 2 deletions
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))