1
0
mirror of https://sourceware.org/git/glibc.git synced 2026-01-06 11:51:29 +03:00

* version.h: Bump to 2.10 development.

This commit is contained in:
Ulrich Drepper
2009-01-02 19:22:24 +00:00
parent d36ad87147
commit 623d0bf504
2 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
2009-01-02 Ulrich Drepper <drepper@redhat.com>
* version.h: Bump to 2.10 development.
* posix/getconf.c: Update copyright year.
* nss/getent.c: Likewise.
* iconv/iconvconfig.c: Likewise.

View File

@@ -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"