diff options
author | Rael <rael.gc@gmail.com> | 2015-10-12 15:44:16 -0300 |
---|---|---|
committer | Rael <rael.gc@gmail.com> | 2015-10-12 15:44:16 -0300 |
commit | 09826ef6e9fcb164c36c3195e748b88c71882021 (patch) | |
tree | acdf59226c35c6d236adfc8aeada9e9bf37bd4e6 | |
parent | 2ad964c2d0af138444e3c1a601a29f87dd79787a (diff) | |
download | scudcloud-09826ef6e9fcb164c36c3195e748b88c71882021.zip scudcloud-09826ef6e9fcb164c36c3195e748b88c71882021.tar.gz scudcloud-09826ef6e9fcb164c36c3195e748b88c71882021.tar.bz2 |
New package release
-rw-r--r-- | scudcloud-1.0/debian/changelog | 6 | ||||
-rwxr-xr-x | scudcloud-1.0/scudcloud | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/scudcloud-1.0/debian/changelog b/scudcloud-1.0/debian/changelog index 720e091..9daa0df 100644 --- a/scudcloud-1.0/debian/changelog +++ b/scudcloud-1.0/debian/changelog @@ -1,3 +1,9 @@ +scudcloud (1.0-79) trusty; urgency=medium + + * Workaround for #250 + + -- Rael Gugelmin Cunha <rael.gc@gmail.com> Mon, 12 Oct 2015 15:42:22 -0300 + scudcloud (1.0-78) trusty; urgency=medium * Another attempt to minimize effects on reconnect scripts (#250) diff --git a/scudcloud-1.0/scudcloud b/scudcloud-1.0/scudcloud index edcba66..d769ab2 100755 --- a/scudcloud-1.0/scudcloud +++ b/scudcloud-1.0/scudcloud @@ -14,7 +14,7 @@ from qsingleapplication import QSingleApplication # The ScudCloud QMainWindow win = None -VERSION = '1.0.78' +VERSION = '1.0.79' def main(): global win; |