prints the Tor Browser Launcher version on start

This commit is contained in:
Micah Lee 2013-02-18 13:41:33 -08:00
parent d99287747f
commit 467248eea3

View File

@ -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)