diff --git a/ChangeLog b/ChangeLog index 5c3848bfcc..f34342814e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2014-09-07 Allan McRae = ((maj) << 16) + (min)) diff --git a/version.h b/version.h index 8cb9f1264c..d7b19ec8ac 100644 --- a/version.h +++ b/version.h @@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ -#define RELEASE "development" -#define VERSION "2.19.90" +#define RELEASE "stable" +#define VERSION "2.20"