diff options
author | Kjetil S. Matheussen <ksvalast@users.sourceforge.net> | 2004-08-09 13:56:13 +0000 |
---|---|---|
committer | Kjetil S. Matheussen <ksvalast@users.sourceforge.net> | 2004-08-09 13:56:13 +0000 |
commit | 23548d50dc1a3d20106b60fdcf1d8c9133b8c936 (patch) | |
tree | edcef0a30f4b471c1893845c139cfaa279b8e1d2 | |
parent | 0cbcf38135f02af8ba9a8bb1aadc4093061bf818 (diff) |
Version update
svn path=/trunk/externals/k_cext/; revision=1926
-rw-r--r-- | k_cext.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |