]> git.sesse.net Git - x264/blobdiff - x264res.rc
x86: Share the mbtree_propagate_list macro with aarch64
[x264] / x264res.rc
index 33b59f7844e7c7cd188d3dea99ce11ca426f8c96..9514883c54275cfef330f78993ade288942bdfa2 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264res.rc: windows resource file
  *****************************************************************************
- * Copyright (C) 2012-2014 x264 project
+ * Copyright (C) 2012-2015 x264 project
  *
  * Authors: Henrik Gramner <henrik@gramner.com>
  *
@@ -60,7 +60,7 @@ BEGIN
 #endif
             VALUE "FileVersion",      X264_POINTVER
             VALUE "InternalName",     "x264"
-            VALUE "LegalCopyright",   "Copyright (C) 2003-2014 x264 project"
+            VALUE "LegalCopyright",   "Copyright (C) 2003-2015 x264 project"
 #ifdef DLL
             VALUE "OriginalFilename", "libx264-" xstr(X264_BUILD) ".dll"
 #else