diff --git a/CMakeLists.txt b/CMakeLists.txt index afa99f130..fb4e7a2d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 2.6) project(libmozjpeg C) -set(VERSION 2.0.1) +set(VERSION 2.1) if(MINGW OR CYGWIN) execute_process(COMMAND "date" "+%Y%m%d" OUTPUT_VARIABLE BUILD) diff --git a/configure.ac b/configure.ac index b637a1690..f7e2dbf76 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.56]) -AC_INIT([libmozjpeg], [2.0.1]) +AC_INIT([libmozjpeg], [2.1]) BUILD=`date +%Y%m%d` AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])