Skip to content

Commit

Permalink
[connectionagent] change organization name/domain to nemomobile
Browse files Browse the repository at this point in the history
bump version to 0.9.9
  • Loading branch information
Lorn Potter committed Nov 20, 2013
1 parent 9304c58 commit 1c0961f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions connd/main.cpp
Expand Up @@ -97,8 +97,8 @@ int main(int argc, char *argv[])
toggleDebug = true;
}
}
QCoreApplication::setOrganizationName("Jolla");
QCoreApplication::setOrganizationDomain("com.jollamobile");
QCoreApplication::setOrganizationName("nemomobile");
QCoreApplication::setOrganizationDomain("org.nemomobile");
QCoreApplication::setApplicationName("connectionagent");
QCoreApplication::setApplicationVersion("1.0");

Expand Down
2 changes: 1 addition & 1 deletion rpm/connectionagent-qt5.spec
Expand Up @@ -9,7 +9,7 @@ Name: connectionagent-qt5
# << macros

Summary: User Agent daemon
Version: 0.9.8
Version: 0.9.9
Release: 0
Group: Communications/Connectivity Adaptation
License: LGPLv2
Expand Down
2 changes: 1 addition & 1 deletion rpm/connectionagent-qt5.yaml
@@ -1,6 +1,6 @@
Name: connectionagent-qt5
Summary: User Agent daemon
Version: 0.9.8
Version: 0.9.9
Release: 0
Group: "Communications/Connectivity Adaptation"
License: LGPLv2
Expand Down
2 changes: 1 addition & 1 deletion rpm/connectionagent.spec
Expand Up @@ -9,7 +9,7 @@ Name: connectionagent
# << macros

Summary: User Agent daemon
Version: 0.9.8
Version: 0.9.9
Release: 0
Group: Communications/Connectivity Adaptation
License: LGPLv2
Expand Down
2 changes: 1 addition & 1 deletion rpm/connectionagent.yaml
@@ -1,6 +1,6 @@
Name: connectionagent
Summary: User Agent daemon
Version: 0.9.8
Version: 0.9.9
Release: 0
Group: "Communications/Connectivity Adaptation"
License: LGPLv2
Expand Down

0 comments on commit 1c0961f

Please sign in to comment.