We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6230028 commit e7a135bCopy full SHA for e7a135b
CMakeLists.txt
@@ -5,7 +5,7 @@
5
cmake_minimum_required(VERSION 2.6)
6
7
project(libmozjpeg C)
8
-set(VERSION 2.0pre)
+set(VERSION 2.0.1)
9
10
if(MINGW OR CYGWIN)
11
execute_process(COMMAND "date" "+%Y%m%d" OUTPUT_VARIABLE BUILD)
configure.ac
@@ -2,7 +2,7 @@
2
# Process this file with autoconf to produce a configure script.
3
4
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])
0 commit comments