Skip to content

Commit 5198654

Browse files
author
Josh Aas
committed
Bump version number to 3.1.
1 parent 0d2908a commit 5198654

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.0)
12+
set(VERSION 3.1)
1313

1414
if(CYGWIN OR NOT CMAKE_HOST_SYSTEM_NAME STREQUAL "Windows")
1515
execute_process(COMMAND "date" "+%Y%m%d" OUTPUT_VARIABLE BUILD)

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

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

0 commit comments

Comments
 (0)