Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocolacio committed Jan 5, 2018
1 parent 7a805df commit c227073
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('Marker', 'c',
version : '2017.10.05',
version : '2018.01.05',
license : 'GPL3'
)

Expand Down
3 changes: 2 additions & 1 deletion src/marker.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ marker_about_cb(GSimpleAction* action,
{
const gchar* authors[] = {
"Fabio Colacio",
"Martino Ferrari",
NULL
};

Expand All @@ -87,7 +88,7 @@ marker_about_cb(GSimpleAction* action,
gtk_about_dialog_set_comments(dialog, "A markdown editor for GNOME");
gtk_about_dialog_set_website(dialog, "https://github.com/fabiocolacio/Marker");
gtk_about_dialog_set_website_label(dialog, "Marker on Github");
gtk_about_dialog_set_copyright(dialog, "Copyright 2017 Fabio Colacio");
gtk_about_dialog_set_copyright(dialog, "Copyright 2017-2018 Fabio Colacio");
gtk_about_dialog_set_license_type(dialog, GTK_LICENSE_GPL_3_0);
gtk_about_dialog_set_authors(dialog, authors);
gtk_about_dialog_set_artists(dialog, artists);
Expand Down

0 comments on commit c227073

Please sign in to comment.