Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Jul 10, 2017
1 parent 9be7a47 commit f154ccc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ Makefile
/wrjpgcom
/yuvjpeg
test_yuv*.jpg
CMakeCache.txt
CTestTestfile.cmake
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.3)
set(VERSION 3.3.1)

if(NOT WIN32)
message(FATAL_ERROR "Platform not supported by this build system. Use autotools instead.")
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.3])
AC_INIT([mozjpeg], [3.3.1])
BUILD=`date +%Y%m%d`

AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])
Expand Down

1 comment on commit f154ccc

@sindresorhus
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you git tag this release? The latest tagged release is https://github.com/mozilla/mozjpeg/releases/tag/v3.2

It's also a bit confusing to also include the libturbo tags in this repo.

Please sign in to comment.