summaryrefslogtreecommitdiffstats
path: root/src/serialisation
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-02-16 19:33:10 +0000
committerDavid Robillard <d@drobilla.net>2011-02-16 19:33:10 +0000
commit2c312daa5bf150e8314e0a48769afb184dd95f54 (patch)
treeb9182f140cccb2eb424f79e1951015b02dd1ae49 /src/serialisation
parent4777248a1bb15e0833d688d8c8a7c81db0bf02ac (diff)
downloadingen-2c312daa5bf150e8314e0a48769afb184dd95f54.tar.gz
ingen-2c312daa5bf150e8314e0a48769afb184dd95f54.tar.bz2
ingen-2c312daa5bf150e8314e0a48769afb184dd95f54.zip
Use simpler, single, file extensions.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2963 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/serialisation')
-rw-r--r--src/serialisation/names.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/serialisation/names.hpp b/src/serialisation/names.hpp
index ff25faa1..7644e9db 100644
--- a/src/serialisation/names.hpp
+++ b/src/serialisation/names.hpp
@@ -18,7 +18,7 @@
#ifndef INGEN_SERIALISATION_NAMES_HPP
#define INGEN_SERIALISATION_NAMES_HPP
-#define INGEN_PATCH_FILE_EXT ".ing.ttl"
-#define INGEN_BUNDLE_EXT ".ing.lv2"
+#define INGEN_PATCH_FILE_EXT ".ttl"
+#define INGEN_BUNDLE_EXT ".ingen"
#endif // INGEN_SERIALISATION_NAMES_HPP