aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbellard <bellard>2002-09-08 22:13:54 +0000
committerbellard <bellard>2002-09-08 22:13:54 +0000
commit10f5d44f43cd6e93a17fb00aa63c79bb13fc0a81 (patch)
treeee110b93d7c900c97edc89cbd2e26f628743ef9e /Makefile
parent3748975feb38e1f1ad40ddc007459fd2f051988d (diff)
downloadtinycc-10f5d44f43cd6e93a17fb00aa63c79bb13fc0a81.tar.gz
tinycc-10f5d44f43cd6e93a17fb00aa63c79bb13fc0a81.tar.bz2
update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0abaa63..47494f0 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ CFLAGS+=-m386 -malign-functions=0
CFLAGS+=-DCONFIG_TCC_PREFIX=\"$(prefix)\"
DISAS=objdump -d
INSTALL=install
-VERSION=0.9.11
+VERSION=0.9.12
# run local version of tcc with local libraries and includes
TCC=./tcc -B. -I.