summaryrefslogtreecommitdiff
path: root/win/config.h
diff options
context:
space:
mode:
authorleo2004-12-02 00:23:22 +0000
committerleo2004-12-02 00:23:22 +0000
commitf08874bc1384933782bbbe384746ea9caf9d48af (patch)
treeca51447af20b3922f792b5fe11e3b4ee8711bbe1 /win/config.h
parent7a4d9fd9e4c0b651c64c912b1d42c9f38fef2a2b (diff)
Updated version information.
git-svn-id: http://svn.leocad.org/trunk@364 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 fc126a2..746273e 100644
--- a/win/config.h
+++ b/win/config.h
@@ -9,9 +9,9 @@
#define LC_VERSION_MAJOR 0
#define LC_VERSION_MINOR 73
-#define LC_VERSION_PATCH 0
+#define LC_VERSION_PATCH 2
#define LC_VERSION_OSNAME "Windows"
-#define LC_VERSION "0.73.0"
+#define LC_VERSION "0.73.2"
#define LC_INSTALL_PREFIX "C:\\leocad"
typedef signed char lcint8;