summaryrefslogtreecommitdiff
path: root/common/defines.h
diff options
context:
space:
mode:
authorleo2000-03-30 19:11:15 +0000
committerleo2000-03-30 19:11:15 +0000
commit0798d951c3cba8acb8f75740242b3b2d9fc848be (patch)
tree10b089721bb5fb567e459aa19e0e4bc39abf576e /common/defines.h
parent2cfefd03c4a6127434df30efaf757c8000b9eded (diff)
The Linux version now allows you to select multiple pieces using the mouse if you hold the CTRL key down
git-svn-id: http://svn.leocad.org/trunk@59 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common/defines.h')
-rw-r--r--common/defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/defines.h b/common/defines.h
index 8db3d25..f08cb40 100644
--- a/common/defines.h
+++ b/common/defines.h
@@ -92,7 +92,7 @@ unsigned long SwapLONG(unsigned long x)
#define FLOATRGB(f) RGB(f[0]*255, f[1]*255, f[2]*255)
#define LC_CONNECTIONS 2 // Different piece connections
-#define LC_APP_VERSION 0.71f // Current version
+#define LC_APP_VERSION 0.72f // Current version
#define LC_STR_VERSION "LeoCAD 0.7 Project\0\0" // char[20]
#define LC_MAXCOLORS 28 // Number of colors supported