Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mwh committed Mar 5, 2022
1 parent 8c15745 commit 07fd608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dragon.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <stdbool.h>
#include <string.h>

#define VERSION "1.1.1"
#define VERSION "1.2.0"


GtkWidget *window;
Expand Down Expand Up @@ -473,7 +473,7 @@ int main (int argc, char **argv) {
} else if (strcmp(argv[i], "--version") == 0) {
mode = MODE_VERSION;
puts("dragon " VERSION);
puts("Copyright (C) 2014-2018 Michael Homer");
puts("Copyright (C) 2014-2022 Michael Homer and contributors");
puts("This program comes with ABSOLUTELY NO WARRANTY.");
puts("See the source for copying conditions.");
exit(0);
Expand Down

0 comments on commit 07fd608

Please sign in to comment.