We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be7a47 commit f154cccCopy full SHA for f154ccc
3 files changed
.gitignore
@@ -44,3 +44,5 @@ Makefile
44
/wrjpgcom
45
/yuvjpeg
46
test_yuv*.jpg
47
+CMakeCache.txt
48
+CTestTestfile.cmake
CMakeLists.txt
@@ -9,7 +9,7 @@ if(POLICY CMP0022)
9
endif()
10
11
project(mozjpeg C)
12
-set(VERSION 3.3)
+set(VERSION 3.3.1)
13
14
if(NOT WIN32)
15
message(FATAL_ERROR "Platform not supported by this build system. Use autotools instead.")
configure.ac
@@ -2,7 +2,7 @@
2
# Process this file with autoconf to produce a configure script.
3
4
AC_PREREQ([2.56])
5
-AC_INIT([mozjpeg], [3.3])
+AC_INIT([mozjpeg], [3.3.1])
6
BUILD=`date +%Y%m%d`
7
8
AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])
0 commit comments