Compare commits

...

1 Commits
v2.0 ... v2.0.1

Author SHA1 Message Date
Josh Aas
e7a135b930 Bump version number for 2.0, make this version 2.0.1. 2014-07-15 13:55:55 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
cmake_minimum_required(VERSION 2.6)
project(libmozjpeg C)
set(VERSION 2.0pre)
set(VERSION 2.0.1)
if(MINGW OR CYGWIN)
execute_process(COMMAND "date" "+%Y%m%d" OUTPUT_VARIABLE BUILD)

View File

@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.56])
AC_INIT([libmozjpeg], [2.0pre])
AC_INIT([libmozjpeg], [2.0.1])
BUILD=`date +%Y%m%d`
AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])