diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-08-26 16:39:31 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-08-26 16:39:31 +0200 |
commit | b777e2f5722c3c4042e527787d6ed3c4d4195b64 (patch) | |
tree | fe6a9e181afeed94be4413a59bddf2d82d07951c /src/daemon.vala | |
parent | 897e4c6bee4c75845caa7c2e88850def6d5674f3 (diff) | |
parent | 4b19e75939c5b7122d1429f6f258d4b83cd90dde (diff) |
New upstream release after gdb error
Diffstat (limited to 'src/daemon.vala')
-rw-r--r-- | src/daemon.vala | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon.vala b/src/daemon.vala index c5912b3..640ba0d 100644 --- a/src/daemon.vala +++ b/src/daemon.vala @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////// -// Copyright (c) 2011-2015 by Simon Schneegans +// Copyright (c) 2011-2016 by Simon Schneegans // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -49,7 +49,7 @@ public class Daemon : GLib.Application { ///////////////////////////////////////////////////////////////////// public static int main(string[] args) { - version = "0.6.8"; + version = "0.6.9"; // disable overlay scrollbar --- hacky workaround for black / // transparent background |