Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiam Devine <dmail00@gmail.com>2011-03-13 00:11:59 +0300
committerLiam Devine <dmail00@gmail.com>2011-03-13 00:11:59 +0300
commit308916e97471231d3fe5f477f82cd8824d5afff5 (patch)
tree3492f022871077905c587081e1a7aae5e5681040 /CHANGES.txt
parentfd2d5d9461fc03b65d8c77069aba21812fdfdaed (diff)
renamed host.is_64bit to host.is64bit
renamed host.windows_version to host.windowsversion
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 95190a9..faddece 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,7 +7,8 @@
* Patch 2963313: Enable setting .NET framework version (Justen Hyde)
* Switched PS3 builds from GCC to SNC
* Ignore NoRTTI flag for Managed C++ projects (Nick Darnell)
-* Added host.is_64bit
+* Added host.is64bit
+* Added host.windowsversion
-------