From 9b5e5a9ed679e2ba8bd14cf866d92537f5d1f8ca Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Fri, 4 Jan 2019 23:11:17 +1100 Subject: [PATCH] changed project version for keyframe overhaul --- io/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/io/config.h b/io/config.h index ea91f7f99..394710270 100644 --- a/io/config.h +++ b/io/config.h @@ -3,8 +3,8 @@ #include -#define SAVE_VERSION 181124 // YYMMDD -#define MIN_SAVE_VERSION 181114 // lowest compatible project version +#define SAVE_VERSION 190104 // YYMMDD +#define MIN_SAVE_VERSION 190104 // lowest compatible project version #define TIMECODE_DROP 0 #define TIMECODE_NONDROP 1