Soft'N'Design Software
/
projects
/
snake.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a3607c
)
release v1.0
v1.0
author
Laurent Mazet
<mazet@softndesign.org>
Mon, 9 Sep 2024 21:13:06 +0000
(23:13 +0200)
committer
Laurent Mazet
<mazet@softndesign.org>
Mon, 9 Sep 2024 21:13:06 +0000
(23:13 +0200)
snake.c
patch
|
blob
|
blame
|
history
diff --git
a/snake.c
b/snake.c
index 1dbb864c97435ede19d3e42957ce6518ab8b4e1e..a4de369e7971601e3ac7aab2134aeef66319469d 100644
(file)
--- a/
snake.c
+++ b/
snake.c
@@
-17,7
+17,7
@@
/* static variables */
char *progname = NULL;
-char *version = "
0.1
";
+char *version = "
1.0
";
char *filename = NULL;
int scale = 1;