bump version to 1.2.1

This commit is contained in:
Iris Lightshard 2022-01-18 16:36:39 -07:00
parent d1a8d31b45
commit 69eb379b68
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398

4
main.c
View file

@ -21,8 +21,8 @@
#include "patchlevel.h"
char* version[] = {
"ryudo version 1.2.0\nCopyright (c) 1994-1996 David Hogan,\n(c) 2004 Russ "
"Cox,\n(c) 2019-2021 Derek Stevens",
"ryudo version 1.2.1\nCopyright (c) 1994-1996 David Hogan,\n(c) 2004 Russ "
"Cox,\n(c) 2019-2022 Derek Stevens",
0};
Display* dpy;