Version bump

This commit is contained in:
Kornel
2017-07-10 11:58:14 +01:00
parent 9be7a47841
commit f154ccc091
3 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@@ -44,3 +44,5 @@ Makefile
/wrjpgcom /wrjpgcom
/yuvjpeg /yuvjpeg
test_yuv*.jpg test_yuv*.jpg
CMakeCache.txt
CTestTestfile.cmake

View File

@@ -9,7 +9,7 @@ if(POLICY CMP0022)
endif() endif()
project(mozjpeg C) project(mozjpeg C)
set(VERSION 3.3) set(VERSION 3.3.1)
if(NOT WIN32) if(NOT WIN32)
message(FATAL_ERROR "Platform not supported by this build system. Use autotools instead.") message(FATAL_ERROR "Platform not supported by this build system. Use autotools instead.")

View File

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