diff options
author | N.N. <sevyves@users.sourceforge.net> | 2003-09-17 20:55:46 +0000 |
---|---|---|
committer | N.N. <sevyves@users.sourceforge.net> | 2003-09-17 20:55:46 +0000 |
commit | 6c948ccdc4c48eb7d478509642800a82e11758b7 (patch) | |
tree | 8784bde465e2c3dc926850cf2c20f59567afacfa | |
parent | 7313c0f61b289d010dc5efa174b1913177b668a5 (diff) |
Fixed version number
svn path=/trunk/externals/unauthorized/; revision=1003
-rw-r--r-- | scratcher~/scratcher~.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scratcher~/scratcher~.c b/scratcher~/scratcher~.c index 768725a..664ed20 100644 --- a/scratcher~/scratcher~.c +++ b/scratcher~/scratcher~.c @@ -112,7 +112,7 @@ static int ignorevisible=1; // ignore visible test #define SCRATCHER_NB_GROOVES 20 #define SCRATCHER_MOVE_TIMEOUT 20 -static char *scratcher_version = "scratcher~: version 0.6, written by Yves Degoyon (ydegoyon@free.fr)"; +static char *scratcher_version = "scratcher~: version 0.7, written by Yves Degoyon (ydegoyon@free.fr)"; static t_class *scratcher_class; t_widgetbehavior scratcher_widgetbehavior; |