diff options
Diffstat (limited to 'src/serialisation')
-rw-r--r-- | src/serialisation/names.hpp | 4 |
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 |