From 179ab5a505c7060e2703015961173ee900eed780 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 1 Dec 2013 17:27:25 -0500 Subject: add infrastructure to record and report the version of libc.so this is still experimental and subject to change. for git checkouts, an attempt is made to record the exact revision to aid in bug reports and debugging. no version information is recorded in the static libc.a or binaries it's linked into. --- VERSION | 1 + 1 file changed, 1 insertion(+) create mode 100644 VERSION (limited to 'VERSION') diff --git a/VERSION b/VERSION new file mode 100644 index 00000000..6d44d227 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.9.14 -- cgit v1.2.1