From 2c312daa5bf150e8314e0a48769afb184dd95f54 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 16 Feb 2011 19:33:10 +0000 Subject: Use simpler, single, file extensions. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2963 a436a847-0d15-0410-975c-d299462d15a1 --- src/serialisation/names.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/serialisation') 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 -- cgit v1.2.1