Version 0.0.11

This commit is contained in:
Henner Eisen 1999-06-30 21:05:56 +00:00
parent f3f8dfa523
commit 6691df744a
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
#define E4L_EXTRA_VERSION_REV "+"
#define E4L_EXTRA_VERSION_REV ""
#define E4L_EXTRA_VERSION_CHANGED ""

View File

@ -15,7 +15,7 @@
#define LIMIT(val,lim) ( (val) <= (lim) ? val : lim )
#define E4L_VERSION "0.0.10"
#define E4L_VERSION "0.0.11"
extern const char e4l_version[];
/*