Skip to content
Snippets Groups Projects
Commit 74c5fa82 authored by Emmanuel Lepage's avatar Emmanuel Lepage
Browse files

[ v1.1 ] Update version number

parent dcabb83c
Branches
Tags
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY sflphone-client-kde "SFLPhone KDE Client"> <!ENTITY sflphone-client-kde "SFLPhone KDE Client">
<!ENTITY kappname "&sflphone-client-kde;"> <!ENTITY kappname "&sflphone-client-kde;">
<!ENTITY sflphonerelease "0.9.6"> <!ENTITY sflphonerelease "1.1.0">
<!ENTITY current-w "Current calls window"> <!ENTITY current-w "Current calls window">
<!ENTITY history-w "Call history window"> <!ENTITY history-w "Call history window">
<!ENTITY address-w "Address book window"> <!ENTITY address-w "Address book window">
......
...@@ -57,7 +57,7 @@ typedef CallModel<CallTreeItem*,QTreeWidgetItem*> TreeWidgetCallModel; ...@@ -57,7 +57,7 @@ typedef CallModel<CallTreeItem*,QTreeWidgetItem*> TreeWidgetCallModel;
* *
* @short Main window * @short Main window
* @author Jérémy Quentin <jeremy.quentin@savoirfairelinux.com> * @author Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>
* @version 0.9.6 * @version 1.1.0
**/ **/
class SFLPhone : public KXmlGuiWindow class SFLPhone : public KXmlGuiWindow
{ {
......
...@@ -47,7 +47,7 @@ class CallView; ...@@ -47,7 +47,7 @@ class CallView;
* *
* @short Main view * @short Main view
* @author Jérémy Quentin <jeremy.quentin@savoirfairelinux.com> * @author Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>
* @version 0.9.6 * @version 1.1.0
*/ */
class SFLPhoneView : public QWidget, public Ui::SFLPhone_view class SFLPhoneView : public QWidget, public Ui::SFLPhone_view
{ {
......
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
static const char description[] = "A KDE 4 Client for SFLphone"; static const char description[] = "A KDE 4 Client for SFLphone";
static const char version[] = "1.0.2"; static const char version[] = "1.1.0";
int main(int argc, char **argv) int main(int argc, char **argv)
{ {
...@@ -75,7 +75,6 @@ int main(int argc, char **argv) ...@@ -75,7 +75,6 @@ int main(int argc, char **argv)
); );
about.addAuthor( ki18n( "Jérémy Quentin" ), KLocalizedString(), "jeremy.quentin@savoirfairelinux.com" ); about.addAuthor( ki18n( "Jérémy Quentin" ), KLocalizedString(), "jeremy.quentin@savoirfairelinux.com" );
about.addAuthor( ki18n( "Emmanuel Lepage Vallee" ), KLocalizedString(), "emmanuel.lepage@savoirfairelinux.com" ); about.addAuthor( ki18n( "Emmanuel Lepage Vallee" ), KLocalizedString(), "emmanuel.lepage@savoirfairelinux.com" );
//about.setTranslator( ki18nc("NAME OF TRANSLATORS","Your names"), ki18nc("EMAIL OF TRANSLATORS","Your emails") );
KCmdLineArgs::init(argc, argv, &about); KCmdLineArgs::init(argc, argv, &about);
KCmdLineOptions options; KCmdLineOptions options;
KCmdLineArgs::addCmdLineOptions(options); KCmdLineArgs::addCmdLineOptions(options);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment