Skip to content

Commit 3b1b564

Browse files
committed
Bump version
1 parent cd81708 commit 3b1b564

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if(POLICY CMP0022)
99
endif()
1010

1111
project(mozjpeg C)
12-
set(VERSION 3.1)
12+
set(VERSION 3.2)
1313

1414
if(NOT WIN32)
1515
message(FATAL_ERROR "Platform not supported by this build system. Use autotools instead.")

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.56])
5-
AC_INIT([mozjpeg], [3.1])
5+
AC_INIT([mozjpeg], [3.2])
66
BUILD=`date +%Y%m%d`
77

88
AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])

0 commit comments

Comments
 (0)