-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | library/version.h | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -32,2 +32,3 @@ * libopiecore: SL6000 (tosa) now uses corgi-bl (Dirk Opfer) + * library/version.h: introduce integer version code in OPIE_VERSION for conditional compilation diff --git a/library/version.h b/library/version.h index a3b920d..8bf9197 100644 --- a/library/version.h +++ b/library/version.h @@ -3 +3,2 @@ #define SUB_VERSION "" +#define OPIE_VERSION 102010 |