Skip to content

Commit e7a135b

Browse files
author
Josh Aas
committed
Bump version number for 2.0, make this version 2.0.1.
1 parent 6230028 commit e7a135b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
cmake_minimum_required(VERSION 2.6)
66

77
project(libmozjpeg C)
8-
set(VERSION 2.0pre)
8+
set(VERSION 2.0.1)
99

1010
if(MINGW OR CYGWIN)
1111
execute_process(COMMAND "date" "+%Y%m%d" OUTPUT_VARIABLE BUILD)

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.56])
5-
AC_INIT([libmozjpeg], [2.0pre])
5+
AC_INIT([libmozjpeg], [2.0.1])
66
BUILD=`date +%Y%m%d`
77

88
AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])

0 commit comments

Comments
 (0)