Skip to content

Commit

Permalink
update version string to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tjko committed May 13, 2014
1 parent 90a6148 commit fd8a5cf
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Makefile for jpegoptim
#
Version = 1.4.0beta
Version = 1.4.0
PKGNAME = jpegoptim

SHELL = /bin/sh
Expand Down
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Jpegoptim v1.4.0beta Copyright (c) Timo Kokkonen, 1996-2014.
Jpegoptim v1.4.0 - Copyright (c) Timo Kokkonen, 1996-2014. All Rights Reserved.


REQUIREMENTS
Expand All @@ -26,7 +26,7 @@ INSTALLATION


HISTORY
v1.4.0beta - use memory (instead of temporary files) during optimization,
v1.4.0 - use memory (instead of temporary files) during optimization,
support for reading input from stdin (and sending output to
stdout),
report also libjpeg version when --version option used,
Expand Down Expand Up @@ -79,5 +79,5 @@ LATEST VERSION


Timo <[email protected]>
03-May-2014 $Id$
11-May-2014 $Id$

2 changes: 1 addition & 1 deletion jpegoptim.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH JPEGOPTIM 1 "03 May 2014"
.TH JPEGOPTIM 1 "11 May 2014"
.UC 4
.SH NAME
jpegoptim \- utility to optimize/compress JPEG/JFIF files.
Expand Down
3 changes: 2 additions & 1 deletion jpegoptim.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
#include "jpegoptim.h"


#define VERSIO "1.4.0beta"
#define VERSIO "1.4.0"

#define LOG_FH (logs_to_stdout ? stdout : stderr)

#define FREE_LINE_BUF(buf,lines) { \
Expand Down
2 changes: 1 addition & 1 deletion redhat/jpegoptim.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Utility for optimizing/compressing JPEG files.
Name: jpegoptim
Version: 1.3.0
Version: 1.4.0
Release: 1
License: GPL
Group: Applications/Multimedia
Expand Down

0 comments on commit fd8a5cf

Please sign in to comment.