Search
lxdream.org :: lxdream/src/lxdream.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/lxdream.h
changeset 738:0cbff49086b8
prev736:a02d1475ccfd
next866:86cd01c2b2d3
author nkeynes
date Tue Jul 15 06:47:49 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Record the SVN revision in the build
Rationalise the version/copyright strings a little as well.
file annotate diff log raw
1.1 --- a/src/lxdream.h Mon Jul 14 07:44:42 2008 +0000
1.2 +++ b/src/lxdream.h Tue Jul 15 06:47:49 2008 +0000
1.3 @@ -28,8 +28,12 @@
1.4 extern "C" {
1.5 #endif
1.6
1.7 -#define APP_NAME "lxDream"
1.8 -#define APP_VERSION "0.8.3"
1.9 +#define APP_NAME PACKAGE
1.10 +extern const char lxdream_package_name[];
1.11 +extern const char lxdream_short_version[];
1.12 +extern const char lxdream_full_version[];
1.13 +extern const char lxdream_copyright[];
1.14 +
1.15
1.16 #define MB *1024*1024
1.17 #define KB *1024
.