aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbellard <bellard>2002-11-03 00:44:38 +0000
committerbellard <bellard>2002-11-03 00:44:38 +0000
commit6cd2d5d2c84421eb188dce91b49391c8cc4dd479 (patch)
treea53f12a34b464cbc27d17a4d121f1db23883456c /Makefile
parent923627f030ae1cabd7245b186dc5ee41181fc951 (diff)
downloadtinycc-6cd2d5d2c84421eb188dce91b49391c8cc4dd479.tar.gz
tinycc-6cd2d5d2c84421eb188dce91b49391c8cc4dd479.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 1267e26..0b377d0 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ CFLAGS+=-m386 -malign-functions=0
CFLAGS+=-DCONFIG_TCC_PREFIX=\"$(prefix)\"
DISAS=objdump -d
INSTALL=install
-VERSION=0.9.12
+VERSION=0.9.13
# run local version of tcc with local libraries and includes
TCC=./tcc -B. -I.