Skip to content
This repository has been archived by the owner on Dec 5, 2020. It is now read-only.

Commit

Permalink
6.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
haecker-felix committed Sep 17, 2017
1 parent 5fc87d5 commit a9eab92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('gradio', ['vala', 'C'], version : '6.0')
project('gradio', ['vala', 'C'], version : '6.0.1')

i18n = import('i18n')

Expand Down
2 changes: 1 addition & 1 deletion src/gradio-app.vala
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ namespace Gradio {
Intl.textdomain(Config.GETTEXT_PACKAGE);
Intl.bind_textdomain_codeset(Config.GETTEXT_PACKAGE, "utf-8");

message(Config.GNOMELOCALEDIR);
message("Locale dir: " + Config.GNOMELOCALEDIR);

// Init gstreamer
Gst.init (ref args);
Expand Down

0 comments on commit a9eab92

Please sign in to comment.