summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2001-05-22 10:46:57 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:47:55 +0200
commitbff547eabb6678ec8e71ffbcfbf9a4f05c94d949 (patch)
treeebdac0e16280cf9a203be553922926cb21c82a00 /libc
parentdc528617dc33dfaccb5285f327eac98ed56786b6 (diff)
downloaddev86-bff547eabb6678ec8e71ffbcfbf9a4f05c94d949.tar.gz
Import Dev86src-0.16.0.tar.gzv0.16.0
Diffstat (limited to 'libc')
-rw-r--r--libc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/Makefile b/libc/Makefile
index bf9754e..21c3a30 100644
--- a/libc/Makefile
+++ b/libc/Makefile
@@ -10,8 +10,8 @@ TOP=$(TOPDIR)/libc
endif
VERMAJOR=0
-VERMINOR=15
-VERPATCH=6
+VERMINOR=16
+VERPATCH=0
VER=$(VERMAJOR).$(VERMINOR).$(VERPATCH)
CC=bcc