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:
authorJason Perkins <starkos@industriousone.com>2010-05-21 21:44:44 +0400
committerJason Perkins <starkos@industriousone.com>2010-05-21 21:44:44 +0400
commitdb4bd9ae77d0f985f67452648b97ba5dd98a2a9b (patch)
tree38af8d226973d67d305d34ac937d6bbb26ccefc0 /src/host/premake.c
parent4ad2f0f03483d141ba353db7fbdf50ce6f1b5bcc (diff)
Updated copyright; changed version "SVN" to "HEAD"
Diffstat (limited to 'src/host/premake.c')
-rw-r--r--src/host/premake.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/host/premake.c b/src/host/premake.c
index 9b9c8d8..85b61b6 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-2009 Jason Perkins and the Premake project
+ * \author Copyright (c) 2002-2010 Jason Perkins and the Premake project
*/
#include <stdlib.h>
@@ -9,8 +9,8 @@
#include "premake.h"
-#define VERSION "SVN"
-#define COPYRIGHT "Copyright (C) 2002-2009 Jason Perkins and the Premake Project"
+#define VERSION "HEAD"
+#define COPYRIGHT "Copyright (C) 2002-2010 Jason Perkins and the Premake Project"
#define ERROR_MESSAGE "%s\n"