This repository has been archived by the owner on Dec 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
809c390
commit 3af59ee
Showing
2 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
conky-manager (2.3.4) trusty; urgency=low | ||
conky-manager (2.4) trusty; urgency=low | ||
|
||
* Fixed ambiguous references to Gtk.ListStore | ||
|
||
* Use libgee-0.8 and valac-0.26 | ||
* Minor changes | ||
|
||
-- Tony George <[email protected]> Fri, 14 Aug 2015 10:00:00 +0530 | ||
-- Tony George <[email protected]> Wed, 21 Oct 2015 10:00:00 +0530 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ using TeeJee.Misc; | |
public Main App; | ||
public const string AppName = "Conky Manager"; | ||
public const string AppShortName = "conky-manager"; | ||
public const string AppVersion = "2.3.4"; | ||
public const string AppVersion = "2.4"; | ||
public const string AppAuthor = "Tony George"; | ||
public const string AppAuthorEmail = "[email protected]"; | ||
|
||
|