diff options
Diffstat (limited to 'libc/version.h')
-rw-r--r-- | libc/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/version.h b/libc/version.h index 57fd13780..9700c37f8 100644 --- a/libc/version.h +++ b/libc/version.h @@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ -#define RELEASE "stable" -#define VERSION "2.9" +#define RELEASE "development" +#define VERSION "2.9.90" |