summaryrefslogtreecommitdiffhomepage
path: root/opentrack/options.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2014-11-02 06:07:11 +0100
committerStanislaw Halik <sthalik@misaki.pl>2014-11-02 06:24:28 +0100
commitab72c34a668d604942b27f912f8a1971870782fe (patch)
tree93a4ea940e28daad9c900181f60f8a45c64bfb1e /opentrack/options.hpp
parentc044ce0d0830902b9ca86dcd9a725e5ef4f72eb1 (diff)
separate config directory for 2.3-branch
Diffstat (limited to 'opentrack/options.hpp')
-rw-r--r--opentrack/options.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentrack/options.hpp b/opentrack/options.hpp
index 6c15d729..1d54e8b3 100644
--- a/opentrack/options.hpp
+++ b/opentrack/options.hpp
@@ -97,7 +97,7 @@ namespace options {
}
conf.endGroup();
}
- static constexpr const char* org = "opentrack";
+ static constexpr const char* org = "opentrack-2.3";
void save()
{