diff options
author | Robert de Bath <rdebath@poboxes.com> | 1999-12-17 19:06:32 +0100 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2013-10-23 23:43:38 +0200 |
commit | 3401185106fb312c6a7bba3d9e90d44b6df0043b (patch) | |
tree | 63bace6fae9b547cc0c939c6803185cc3ad8aa0e /libc/Makefile | |
parent | 3d4957c86ff239b24b43933924ec72a3fd288518 (diff) | |
download | dev86-3401185106fb312c6a7bba3d9e90d44b6df0043b.tar.gz |
Import Dev86src-0.15.0.tar.gzv0.15.0
Diffstat (limited to 'libc/Makefile')
-rw-r--r-- | libc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/Makefile b/libc/Makefile index 0b18d17..da891d3 100644 --- a/libc/Makefile +++ b/libc/Makefile @@ -10,8 +10,8 @@ TOP=$(TOPDIR)/libc endif VERMAJOR=0 -VERMINOR=14 -VERPATCH=8 +VERMINOR=15 +VERPATCH=0 VER=$(VERMAJOR).$(VERMINOR).$(VERPATCH) CC=bcc |