Update version to 2.0pre.

This commit is contained in:
Josh Aas
2014-05-09 22:11:12 -05:00
parent 93da07241d
commit 3f1e5d6842
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 1.0.0)
set(VERSION 2.0pre)
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], [1.0.2])
AC_INIT([libmozjpeg], [2.0pre])
BUILD=`date +%Y%m%d`
AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])