aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.