-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | library/version.h | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -29,8 +29,9 @@ | |||
29 | Internal | 29 | Internal |
30 | -------- | 30 | -------- |
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 |
35 | 36 | ||
36 | 37 | ||
diff --git a/library/version.h b/library/version.h index a3b920d..8bf9197 100644 --- a/library/version.h +++ b/library/version.h | |||
@@ -1,3 +1,4 @@ | |||
1 | #define QPE_VENDOR "Project Opie" | 1 | #define QPE_VENDOR "Project Opie" |
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 | ||