diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-11-02 13:35:55 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-11-02 13:35:55 +0100 |
commit | 8031e1061b6d213b682af149b66de285b58a6863 (patch) | |
tree | b9dbbf7b6450298d7e658f9777b4a450fb179d3c /bin | |
parent | bfc1f49b185416f38be8e7fc93da4915daf12d40 (diff) | |
download | arctica-browser-8031e1061b6d213b682af149b66de285b58a6863.tar.gz arctica-browser-8031e1061b6d213b682af149b66de285b58a6863.tar.bz2 arctica-browser-8031e1061b6d213b682af149b66de285b58a6863.zip |
bin/arctica-browser: Use Arctica::Browser::Core::Version::$VERSION for setting the browser version.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/arctica-browser | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/arctica-browser b/bin/arctica-browser index 0b6b262..f7ffc93 100755 --- a/bin/arctica-browser +++ b/bin/arctica-browser @@ -61,8 +61,7 @@ use Arctica::Browser::Core::Version; my $ACO = Arctica::Core::eventInit->new({ app_name=>'arctica-browser', app_class =>'tekiapp', - app_version=>1}); - + app_version=>Arctica::Browser::Core::Version::$VERSION}); my $TeKiGtk3 = Arctica::Telekinesis::Application::Gtk3->new($ACO,{ |