Bump mozjpeg version to 3.0

This commit is contained in:
Josh Aas
2014-12-07 10:15:45 -06:00
parent 413ac73d98
commit 00ace7679a
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ if(POLICY CMP0022)
endif()
project(mozjpeg C)
set(VERSION 2.1)
set(VERSION 3.0)
if(CYGWIN OR NOT CMAKE_HOST_SYSTEM_NAME STREQUAL "Windows")
execute_process(COMMAND "date" "+%Y%m%d" OUTPUT_VARIABLE BUILD)

View File

@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.56])
AC_INIT([mozjpeg], [2.1])
AC_INIT([mozjpeg], [3.0])
BUILD=`date +%Y%m%d`
AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])