Skip to content

Commit

Permalink
bump version to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kkonradpl committed Jan 10, 2021
1 parent a846e14 commit bc472e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mtscan.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <glib.h>

#define APP_NAME "MTscan"
#define APP_VERSION "0.4-git"
#define APP_VERSION "0.5-git"
#define APP_ICON "mtscan"
#define APP_FILE_EXT ".mtscan"
#define APP_FILE_COMPRESS ".gz"
Expand Down
4 changes: 2 additions & 2 deletions ui-dialogs.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* MTscan - MikroTik RouterOS wireless scanner
* Copyright (c) 2015-2019 Konrad Kosmatka
* Copyright (c) 2015-2021 Konrad Kosmatka
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Expand Down Expand Up @@ -490,7 +490,7 @@ ui_dialog_about(GtkWindow *window)
gtk_about_dialog_set_program_name(GTK_ABOUT_DIALOG(dialog), APP_NAME);
gtk_about_dialog_set_version(GTK_ABOUT_DIALOG(dialog), APP_VERSION);
gtk_about_dialog_set_logo_icon_name(GTK_ABOUT_DIALOG(dialog), APP_ICON);
gtk_about_dialog_set_copyright(GTK_ABOUT_DIALOG(dialog), "Copyright © 2015-2019 Konrad Kosmatka");
gtk_about_dialog_set_copyright(GTK_ABOUT_DIALOG(dialog), "Copyright © 2015-2021 Konrad Kosmatka");
gtk_about_dialog_set_comments(GTK_ABOUT_DIALOG(dialog), "Mikrotik RouterOS wireless scanner");
gtk_about_dialog_set_website(GTK_ABOUT_DIALOG(dialog), "http://fmdx.pl/mtscan");
gtk_about_dialog_set_license(GTK_ABOUT_DIALOG(dialog), APP_LICENCE);
Expand Down

0 comments on commit bc472e9

Please sign in to comment.