aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil S. Matheussen <ksvalast@users.sourceforge.net>2004-08-09 13:56:13 +0000
committerKjetil S. Matheussen <ksvalast@users.sourceforge.net>2004-08-09 13:56:13 +0000
commit23548d50dc1a3d20106b60fdcf1d8c9133b8c936 (patch)
treeedcef0a30f4b471c1893845c139cfaa279b8e1d2
parent0cbcf38135f02af8ba9a8bb1aadc4093061bf818 (diff)
Version update
svn path=/trunk/externals/k_cext/; revision=1926
-rw-r--r--k_cext.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/k_cext.c b/k_cext.c
index 8ea9acf..b2fdcee 100644
--- a/k_cext.c
+++ b/k_cext.c
@@ -25,8 +25,8 @@
#include <ctype.h>
static char *version =
-"k_cext v0.3.0, written by Kjetil S. Matheussen, k.s.matheussen@notam02.no\n"
-"Windows-port by Olaf Matthes.";
+"k_cext v0.3.1, written by Kjetil S. Matheussen, k.s.matheussen@notam02.no\n"
+"Windows-port by Olaf Matthes. Contributors: Thomas Grill and Tim Blechmann.";
int instancenumber=0; // Can not be static because of the win-port.