We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd81708 commit 3b1b564Copy full SHA for 3b1b564
CMakeLists.txt
@@ -9,7 +9,7 @@ if(POLICY CMP0022)
9
endif()
10
11
project(mozjpeg C)
12
-set(VERSION 3.1)
+set(VERSION 3.2)
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.1])
+AC_INIT([mozjpeg], [3.2])
6
BUILD=`date +%Y%m%d`
7
8
AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])
0 commit comments