summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authorLeo2010-07-12 03:59:57 +0000
committerLeo2010-07-12 03:59:57 +0000
commit41fff2f785a80f0e6b196174ca65129eafc9aac2 (patch)
tree5e9e096927da328d30c1fbf768aa7dbdaef0b797 /win
parent742ef27f8be974985399e5ddaf155862d7da5ad2 (diff)
Updated version number.
git-svn-id: http://svn.leocad.org/branches/leocad-0.75@956 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'win')
-rw-r--r--win/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/config.h b/win/config.h
index f28ef05..7914d99 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 0
+#define LC_VERSION_PATCH 1
#define LC_VERSION_OSNAME "Windows"
-#define LC_VERSION_TEXT "0.75"
+#define LC_VERSION_TEXT "0.75.1"
#define LC_VERSION_TAG ""
#define LC_INSTALL_PREFIX "C:\\leocad"
#define LC_POINTER_TO_INT(p) ((lcint32)(p))