aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog7
-rw-r--r--VERSION2
-rw-r--r--win32/build-tcc.bat2
3 files changed, 7 insertions, 4 deletions
diff --git a/Changelog b/Changelog
index 4b2c704..21ee4b9 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,9 @@
-... for next version:
+version 0.9.25:
-- Fix bitfields with non-int types and in unions
+- split tcc.c into tcc.h libtcc.c tccpp.c tccgen.c tcc.c
+- first support for x86-64 target (Shinichiro Hamaji)
+- improved preprocess output with linenumbers and spaces preserved
+- fix bitfields with non-int types and in unions
- improve ARM cross-compiling (Daniel Glöckner)
- link stabstr sections from multiple objects
- better (still limited) support for multiple TCCStates
diff --git a/VERSION b/VERSION
index f76e5a8..f5b38be 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.9.24 \ No newline at end of file
+0.9.25 \ No newline at end of file
diff --git a/win32/build-tcc.bat b/win32/build-tcc.bat
index 020ae4b..d74ec9c 100644
--- a/win32/build-tcc.bat
+++ b/win32/build-tcc.bat
@@ -2,7 +2,7 @@
@rem batch file to build tcc using gcc and ar from mingw
@rem ----------------------------------------------------
:
-@echo>..\config.h #define TCC_VERSION "0.9.24"
+@echo>..\config.h #define TCC_VERSION "0.9.25"
@echo>>..\config.h #define TCC_TARGET_PE 1
@echo>>..\config.h #define CONFIG_TCCDIR "."
@echo>>..\config.h #define CONFIG_SYSROOT ""