aboutsummaryrefslogtreecommitdiffstats
path: root/scudcloud-1.0
diff options
context:
space:
mode:
authorRael <rael.gc@gmail.com>2015-10-09 08:15:11 -0300
committerRael <rael.gc@gmail.com>2015-10-09 08:15:11 -0300
commit93a1639c6699c36eda6a855045ffc6c37519125b (patch)
tree382e7d1a4fa257a91161cdcbafc343ef8032da80 /scudcloud-1.0
parentd3986fd3fc0082f5926ff8bc8e6d26edf2bfb8d6 (diff)
downloadscudcloud-93a1639c6699c36eda6a855045ffc6c37519125b.zip
scudcloud-93a1639c6699c36eda6a855045ffc6c37519125b.tar.gz
scudcloud-93a1639c6699c36eda6a855045ffc6c37519125b.tar.bz2
New package release
Diffstat (limited to 'scudcloud-1.0')
-rw-r--r--scudcloud-1.0/debian/changelog6
-rwxr-xr-xscudcloud-1.0/scudcloud2
2 files changed, 7 insertions, 1 deletions
diff --git a/scudcloud-1.0/debian/changelog b/scudcloud-1.0/debian/changelog
index 3bbcbc5..ecbd6f8 100644
--- a/scudcloud-1.0/debian/changelog
+++ b/scudcloud-1.0/debian/changelog
@@ -1,3 +1,9 @@
+scudcloud (1.0-77) trusty; urgency=medium
+
+ * New attempt to fix suspend script (#250)
+
+ -- Rael Gugelmin Cunha <rael.gc@gmail.com> Fri, 09 Oct 2015 08:11:40 -0300
+
scudcloud (1.0-76) trusty; urgency=medium
* Fixing resume from suspend script (#250)
diff --git a/scudcloud-1.0/scudcloud b/scudcloud-1.0/scudcloud
index b407d10..f787ed8 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.76'
+VERSION = '1.0.77'
def main():
global win;