From: Unknown Date: Sat, 23 Feb 2008 15:27:34 +0000 (+0000) Subject: Adding .desktop file to make packagers moar happy... X-Git-Tag: 0.2.0-alpha1 X-Git-Url: https://git.quassel-irc.org/?a=commitdiff_plain;h=c4a553072c9a3bae30a759f5abb862846562ee7f;p=quassel.git Adding .desktop file to make packagers moar happy... --- diff --git a/quassel.desktop b/quassel.desktop new file mode 100644 index 00000000..1dbf9e0f --- /dev/null +++ b/quassel.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Type=Application +Version=0.2.0-alpha1 +Name=Quassel IRC +GenericName=IRC Client +Comment=Distributed IRC client with central core component +Icon=quassel +TryExec=quassel +Exec=quassel +Categories=Network;Chat;IRCClient; diff --git a/version.inc b/version.inc index b9bc19cf..ca043d19 100644 --- a/version.inc +++ b/version.inc @@ -5,7 +5,7 @@ quasselVersion = "0.2.0-alpha1"; quasselDate = "2008-02-23"; - quasselBuild = 581; + quasselBuild = 582; //! Minimum client build number the core needs clientBuildNeeded = 563;