Version bump.

This commit is contained in:
Jordan Petridis 2018-05-20 17:47:33 +03:00
parent 1c657036da
commit 74f8e744ac
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@
</screenshot> </screenshot>
</screenshots> </screenshots>
<releases> <releases>
<release version="0.3.3" date="2018-05-19"/> <release version="0.3.4" date="2018-05-20"/>
</releases> </releases>
<url type="homepage">https://gitlab.gnome.org/World/hammond</url> <url type="homepage">https://gitlab.gnome.org/World/hammond</url>
<update_contact>jpetridis@gnome.org</update_contact> <update_contact>jpetridis@gnome.org</update_contact>

View File

@ -312,7 +312,7 @@ fn about_dialog(window: &gtk::Window) {
dialog.set_modal(true); dialog.set_modal(true);
// TODO: make it show it fetches the commit hash from which it was built // TODO: make it show it fetches the commit hash from which it was built
// and the version number is kept in sync automaticly // and the version number is kept in sync automaticly
dialog.set_version("0.3.3"); dialog.set_version("0.3.4");
dialog.set_program_name("Hammond"); dialog.set_program_name("Hammond");
// TODO: Need a wiki page first. // TODO: Need a wiki page first.
// dialog.set_website("https://wiki.gnome.org/Design/Apps/Potential/Podcasts"); // dialog.set_website("https://wiki.gnome.org/Design/Apps/Potential/Podcasts");

View File

@ -3,7 +3,7 @@
project( project(
'hammond', 'rust', 'hammond', 'rust',
version: '0.3.3', version: '0.3.4',
license: 'GPLv3', license: 'GPLv3',
) )