Credit Andrew with additional vaapi options and update Copyright
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / versioninfo.h
index 72d92eca2579821ecb50cd4f14cdfd6c0156acda..7e2a528f4ce5b694ccc3416d696b11d8beb64fa9 100644 (file)
@@ -1,11 +1,16 @@
 #ifndef __VERSIONINFO_H__
 #define __VERSIONINFO_H__
+#include <libavcodec/avcodec.h>
 
-#define CINELERRA_VERSION "Unify"
+#define CINELERRA_LIBAV_VERSION "Libav version: " LIBAVCODEC_IDENT;
+#define CINELERRA_VERSION "Infinity"
 #define REPOMAINTXT "git://git.cinelerra-gg.org/goodguy/cinelerra.git\n"
-#define COPYRIGHT_DATE "2018"
-#define COPYRIGHTTEXT1 "(c) 2006-2018 Heroine Virtual Ltd. by Adam Williams\n"
-#define COPYRIGHTTEXT2 "(c) 2007-2018 cin5 derivative by W.P. Morrow aka goodguy\n"
+#define COPYRIGHT_DATE "2019"
+#define COPYRIGHTTEXT1 "(c) 2006-2019 Heroine Virtual Ltd. by Adam Williams\n"
+#define COPYRIGHTTEXT2 "2007-2020 mods for Cinelerra-GG by W.P.Morrow aka goodguy\n"
+#define COPYRIGHTTEXT3 "2003-2017 mods for Cinelerra-CV by CinelerraCV team\n"
+#define COPYRIGHTTEXT4 "2015-2023 mods for Cinelerra-GG by Cinelerra-GG team\n"
+
 #undef COMPILEDATE
 
 #endif