]> git.sesse.net Git - x264/blobdiff - x264res.rc
Fix float-cast-overflow in x264_ratecontrol_end function
[x264] / x264res.rc
index d25c810897caa8ec3d5e650719b2c6b0a7367b40..8136ed116dcdb93db97c0e3d51e409e57a05e159 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264res.rc: windows resource file
  *****************************************************************************
- * Copyright (C) 2012-2013 x264 project
+ * Copyright (C) 2012-2016 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-2013 x264 project"
+            VALUE "LegalCopyright",   "Copyright (C) 2003-2016 x264 project"
 #ifdef DLL
             VALUE "OriginalFilename", "libx264-" xstr(X264_BUILD) ".dll"
 #else