[Pkg-privacy-commits] [torbrowser-launcher] 56/476: prints the Tor Browser Launcher version on start
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:21:22 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository torbrowser-launcher.
commit 467248eea3a5f75ba8363dfc173b2fabae824298
Author: Micah Lee <micahflee at riseup.net>
Date: Mon Feb 18 13:41:33 2013 -0800
prints the Tor Browser Launcher version on start
---
torbrowser-launcher | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/torbrowser-launcher b/torbrowser-launcher
index d6a6cef..9a6f674 100755
--- a/torbrowser-launcher
+++ b/torbrowser-launcher
@@ -345,9 +345,12 @@ class TorBrowserLauncher:
gtk.main_quit()
if __name__ == "__main__":
+ current_tbl_version = '0.1'
+ current_tbb_version = '2.3.25-2'
+
print 'Tor Browser Launcher'
+ print 'version %s' % (current_tbl_version)
print 'https://github.com/micahflee/torbrowser-launcher'
- current_tbb_version = '2.3.25-2'
app = TorBrowserLauncher(current_tbb_version)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torbrowser-launcher.git
More information about the Pkg-privacy-commits
mailing list