Skip to content

Commit

Permalink
Bump version number to 3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Aas committed May 18, 2015
1 parent 0d2908a commit 5198654
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 5198654

Please sign in to comment.