Skip to content

Commit f154ccc

Browse files
committed
Version bump
1 parent 9be7a47 commit f154ccc

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,5 @@ Makefile
4444
/wrjpgcom
4545
/yuvjpeg
4646
test_yuv*.jpg
47+
CMakeCache.txt
48+
CTestTestfile.cmake

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.3)
12+
set(VERSION 3.3.1)
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.3])
5+
AC_INIT([mozjpeg], [3.3.1])
66
BUILD=`date +%Y%m%d`
77

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

0 commit comments

Comments
 (0)