author | mickeyl <mickeyl> | 2006-05-13 11:44:51 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2006-05-13 11:44:51 (UTC) |
commit | e847e13515267ae9dc32648c3a427794a9449dfd (patch) (unidiff) | |
tree | 65f62a01841e8fe640b278df6fa38f4f8b139b48 | |
parent | 5521b2c0508cf6e6a390bd4796e8c9f2c7a6d05f (diff) | |
download | opie-e847e13515267ae9dc32648c3a427794a9449dfd.zip opie-e847e13515267ae9dc32648c3a427794a9449dfd.tar.gz opie-e847e13515267ae9dc32648c3a427794a9449dfd.tar.bz2 |
introduce integer version code OPIE_VERSION
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | library/version.h | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -31,4 +31,5 @@ | |||
31 | * libopiecore: /etc/oz_version renamed to /etc/openzaurus-version (hrw) | 31 | * libopiecore: /etc/oz_version renamed to /etc/openzaurus-version (hrw) |
32 | * libopiecore: SL6000 (tosa) now uses corgi-bl (Dirk Opfer) | 32 | * libopiecore: SL6000 (tosa) now uses corgi-bl (Dirk Opfer) |
33 | * library/version.h: introduce integer version code in OPIE_VERSION for conditional compilation | ||
33 | 34 | ||
34 | 2005-09-11Opie 1.2.1 | 35 | 2005-09-11Opie 1.2.1 |
diff --git a/library/version.h b/library/version.h index a3b920d..8bf9197 100644 --- a/library/version.h +++ b/library/version.h | |||
@@ -2,2 +2,3 @@ | |||
2 | #define QPE_VERSION "1.2.1" | 2 | #define QPE_VERSION "1.2.1" |
3 | #define SUB_VERSION "" | 3 | #define SUB_VERSION "" |
4 | #define OPIE_VERSION 102010 | ||