From 5198654f739552ed24c7f014574d1e74ee9ef8ac Mon Sep 17 00:00:00 2001 From: Josh Aas Date: Mon, 18 May 2015 09:28:09 -0500 Subject: [PATCH] Bump version number to 3.1. --- CMakeLists.txt | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1f2e5f523..afaf9a49f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ if(POLICY CMP0022) endif() project(mozjpeg C) -set(VERSION 3.0) +set(VERSION 3.1) if(CYGWIN OR NOT CMAKE_HOST_SYSTEM_NAME STREQUAL "Windows") execute_process(COMMAND "date" "+%Y%m%d" OUTPUT_VARIABLE BUILD) diff --git a/configure.ac b/configure.ac index 4d6f39321..a2b4618f9 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([mozjpeg], [3.0]) +AC_INIT([mozjpeg], [3.1]) BUILD=`date +%Y%m%d` AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])