Bump version number to 3.1.

This commit is contained in:
Josh Aas
2015-05-18 09:28:09 -05:00
parent 0d2908a62b
commit 5198654f73
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ if(POLICY CMP0022)
endif()
project(mozjpeg C)
set(VERSION 3.0)
set(VERSION 3.1)
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], [3.0])
AC_INIT([mozjpeg], [3.1])
BUILD=`date +%Y%m%d`
AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])