Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ioppermann committed Jul 10, 2018
1 parent abef44d commit 44dcf69
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cmake_policy(SET CMP0042 NEW)

set(libmodjpeg_VERSION_MAJOR 1)
set(libmodjpeg_VERSION_MINOR 0)
set(libmodjpeg_VERSION_PATCH 0)
set(libmodjpeg_VERSION_PATCH 1)
set(libmodjpeg_VERSION_STRING ${libmodjpeg_VERSION_MAJOR}.${libmodjpeg_VERSION_MINOR}.${libmodjpeg_VERSION_PATCH})

set(CMAKE_VERBOSE_MAKEFILE ON)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
2 changes: 1 addition & 1 deletion man/man1/modjpeg.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "modjpeg" 1.0.0 "May 27, 2018" "modjpeg"
.TH "modjpeg" 1.0.1 "May 27, 2018" "modjpeg"
.SH NAME
modjpeg
.SH DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion man/man3/libmodjpeg.3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "libmodjpeg" 1.0.0 "July 9, 2018" "libmodjpeg"
.TH "libmodjpeg" 1.0.1 "July 9, 2018" "libmodjpeg"
.SH NAME
libmodjpeg \-\- library for JPEG masking and composition in the DCT domain

Expand Down

0 comments on commit 44dcf69

Please sign in to comment.