summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2010-12-13 11:45:50 +0100
committerAndreas Schwab <schwab@redhat.com>2010-12-13 11:47:26 +0100
commit3a33e487eeb65e2f1f633581c56bee2c60d0ca43 (patch)
tree717f952471b221aa1a74f94589b84a03080c45dd
parenta8f09f4347b9496b6b838211e82f596d13304044 (diff)
glibc 2.12.2 releaseglibc-2.12.2
-rw-r--r--ChangeLog4
-rw-r--r--version.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2122312f4f..afd9059b50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-12-13 Andreas Schwab <schwab@redhat.com>
+
+ * version.h (VERSION): Bump for 2.12.2 release.
+
2010-12-10 Andreas Schwab <schwab@redhat.com>
* wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
diff --git a/version.h b/version.h
index 2f4c7ec94c..c06dd9e067 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.12.1"
+#define VERSION "2.12.2"