diff --git a/ChangeLog b/ChangeLog
index 2e4afb705ba4222489a7f7a349100fa8616ff553..ab59e8d9710e053be10269bed52fb6c18527a65a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-02-18  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
+	* version.h (RELEAES): Set to "development".
+	(VERSION): Set to 2.23.90.
+
 	* version.h (RELEASE): Set to "stable".
 	(VERSION): Set to 2.23.
 	* include/feature.h (__GLIBC_MINOR__): Set to 23.
diff --git a/version.h b/version.h
index 4da48142042e1676a54049281e0b4f7fea3be346..7d2965189bd83993876b1898258da4e0c35aacda 100644
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
 /* This file just defines the current version number of libc.  */
 
-#define RELEASE "stable"
-#define VERSION "2.23"
+#define RELEASE "development"
+#define VERSION "2.23.90"