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 0d2908a commit 5198654Copy full SHA for 5198654
CMakeLists.txt
@@ -9,7 +9,7 @@ if(POLICY CMP0022)
9
endif()
10
11
project(mozjpeg C)
12
-set(VERSION 3.0)
+set(VERSION 3.1)
13
14
if(CYGWIN OR NOT CMAKE_HOST_SYSTEM_NAME STREQUAL "Windows")
15
execute_process(COMMAND "date" "+%Y%m%d" OUTPUT_VARIABLE BUILD)
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.0])
+AC_INIT([mozjpeg], [3.1])
6
BUILD=`date +%Y%m%d`
7
8
AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])
0 commit comments