author | andyq <andyq> | 2002-10-16 19:00:38 (UTC) |
---|---|---|
committer | andyq <andyq> | 2002-10-16 19:00:38 (UTC) |
commit | 4595d49dcbdb6d5ea7c86aa4a2c4cb063777ca35 (patch) (side-by-side diff) | |
tree | bc53ac4e1b134fdab4dbc83babf5bc33cb1bf4be | |
parent | 5d3fda975262b1bf406415c3f27ffd71af126304 (diff) | |
download | opie-4595d49dcbdb6d5ea7c86aa4a2c4cb063777ca35.zip opie-4595d49dcbdb6d5ea7c86aa4a2c4cb063777ca35.tar.gz opie-4595d49dcbdb6d5ea7c86aa4a2c4cb063777ca35.tar.bz2 |
Added VERSION_TEST define
-rw-r--r-- | noncore/settings/aqpkg/global.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/settings/aqpkg/global.h b/noncore/settings/aqpkg/global.h index 1e23eb6..751e530 100644 --- a/noncore/settings/aqpkg/global.h +++ b/noncore/settings/aqpkg/global.h @@ -13,16 +13,18 @@ * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef __GLOBAL_H
#define __GLOBAL_H
+#define VERSION_TEXT "AQPkg Version 0.3"
+
// Uncomment the below line to run on a Linux box rather than a Zaurus
// box this allows you to change where root is, and where to load config files from
// #define X86
// Sets up location of ipkg.conf and root directory
#ifdef QWS
#ifndef X86
|