Skip to content

Commit 594b725

Browse files
author
Josh Aas
committed
Bump version to 2.1.
1 parent 0533b31 commit 594b725

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
@@ -5,7 +5,7 @@
55
cmake_minimum_required(VERSION 2.6)
66

77
project(libmozjpeg C)
8-
set(VERSION 2.0.1)
8+
set(VERSION 2.1)
99

1010
if(MINGW OR CYGWIN)
1111
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([libmozjpeg], [2.0.1])
5+
AC_INIT([libmozjpeg], [2.1])
66
BUILD=`date +%Y%m%d`
77

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

0 commit comments

Comments
 (0)