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:
-rw-r--r--CHANGES.txt6
-rw-r--r--LICENSE.txt2
-rw-r--r--README.txt2
-rw-r--r--src/host/premake.c4
4 files changed, 7 insertions, 7 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c5b5a0f..573522c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,12 +1,12 @@
-------
- 4.3.1
+ 4.3.1 (in progress)
-------
-* Bug 3119793: Applied patch to correct the matching of ClCompile blocks with vs10 and PCH (Dan Dunham)
+* Bug 3119793: Fixed ClCompile blocks with vs10 and PCH (Dan Dunham)
* Bug 2920784: Symbol visibility in Xcode3 libraries (burnson2)
* Bug 3133743: Sets ONLY_ACTIVE_ARCH = YES in Xcode debug builds (James Wynn)
* Properly pass return codes back to shell in release builds
-* Bug 3135734: Removes WholeProgramOptimization setting in vs10 (doug)
+* Bug 3135734: Remove WholeProgramOptimization setting in vs10 (doug)
-------
4.3
diff --git a/LICENSE.txt b/LICENSE.txt
index f6dff24..bb0f699 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright (c) 2003-2010 Jason Perkins and individual contributors.
+Copyright (c) 2003-2011 Jason Perkins and individual contributors.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
diff --git a/README.txt b/README.txt
index 7ccfbb0..b5a4335 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
PREMAKE
A build configuration tool
- Copyright (C) 2002-2010 by Jason Perkins
+ Copyright (C) 2002-2011 by Jason Perkins
Distributed under the terms of the BSD License, see LICENSE.txt
The Lua language and runtime library is (C) TeCGraf, PUC-Rio.
diff --git a/src/host/premake.c b/src/host/premake.c
index 76ebe83..01beb59 100644
--- a/src/host/premake.c
+++ b/src/host/premake.c
@@ -1,7 +1,7 @@
/**
* \file premake.c
* \brief Program entry point.
- * \author Copyright (c) 2002-2010 Jason Perkins and the Premake project
+ * \author Copyright (c) 2002-2011 Jason Perkins and the Premake project
*/
#include <stdlib.h>
@@ -10,7 +10,7 @@
#define VERSION "HEAD"
-#define COPYRIGHT "Copyright (C) 2002-2010 Jason Perkins and the Premake Project"
+#define COPYRIGHT "Copyright (C) 2002-2011 Jason Perkins and the Premake Project"
#define ERROR_MESSAGE "%s\n"