bump version to 1.2.1
This commit is contained in:
parent
d1a8d31b45
commit
69eb379b68
1 changed files with 2 additions and 2 deletions
4
main.c
4
main.c
|
@ -21,8 +21,8 @@
|
||||||
#include "patchlevel.h"
|
#include "patchlevel.h"
|
||||||
|
|
||||||
char* version[] = {
|
char* version[] = {
|
||||||
"ryudo version 1.2.0\nCopyright (c) 1994-1996 David Hogan,\n(c) 2004 Russ "
|
"ryudo version 1.2.1\nCopyright (c) 1994-1996 David Hogan,\n(c) 2004 Russ "
|
||||||
"Cox,\n(c) 2019-2021 Derek Stevens",
|
"Cox,\n(c) 2019-2022 Derek Stevens",
|
||||||
0};
|
0};
|
||||||
|
|
||||||
Display* dpy;
|
Display* dpy;
|
||||||
|
|
Loading…
Reference in a new issue