]> granicus.if.org Git - libjpeg-turbo/commitdiff
1.5 beta1
authorDRC <information@libjpeg-turbo.org>
Mon, 29 Feb 2016 17:12:44 +0000 (11:12 -0600)
committerDRC <information@libjpeg-turbo.org>
Mon, 29 Feb 2016 17:54:42 +0000 (11:54 -0600)
CMakeLists.txt
ChangeLog.txt
configure.ac

index 7f190437472531d46a4e545b8b6eb8305a04f045..bfb7661a101236acb7cad1a90954111c7e73cfed 100644 (file)
@@ -9,7 +9,7 @@ if(POLICY CMP0022)
 endif()
 
 project(libjpeg-turbo C)
-set(VERSION 1.4.80)
+set(VERSION 1.4.90)
 
 if(CYGWIN OR NOT CMAKE_HOST_SYSTEM_NAME STREQUAL "Windows")
   execute_process(COMMAND "date" "+%Y%m%d" OUTPUT_VARIABLE BUILD)
index 8adad4b66035f2b4ccdebbae6f51f345fbea42ff..7d1372cba7b66fddb5d5d164b8901d86ebe0e324 100644 (file)
@@ -1,5 +1,5 @@
-1.5 pre-beta
-============
+1.5 beta1
+=========
 
 [1] Added full SIMD acceleration for PowerPC platforms using AltiVec VMX
 (128-bit SIMD) instructions.  Although the performance of libjpeg-turbo on
index 8ef35c10d2b248d208727daf5aff4836afa49542..d6a3e33eeda55a00cd29fb7aa75ffc125a13e8f2 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.56])
-AC_INIT([libjpeg-turbo], [1.4.80])
+AC_INIT([libjpeg-turbo], [1.4.90])
 
 AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])
 AC_PREFIX_DEFAULT(/opt/libjpeg-turbo)