diff options
Diffstat (limited to 'shell/main.c')
-rw-r--r-- | shell/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/main.c b/shell/main.c index f2fe0b6a99..32bff688f6 100644 --- a/shell/main.c +++ b/shell/main.c @@ -245,7 +245,7 @@ show_development_warning(void) "\n" "We hope that you enjoy the results of our hard work, and we\n" "eagerly await your contributions!\n"), - "2.12.1"); + "2.22.1"); label = gtk_label_new (text); g_free(text); |