Skip to content

Commit 2263ef8

Browse files
committed
Update version number.
1 parent f32ec6e commit 2263ef8

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Makefile for jpegoptim
33
#
44
#
5-
Version = 1.5.5
5+
Version = 1.5.6
66
PKGNAME = jpegoptim
77

88
SHELL = /bin/sh

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Jpegoptim v1.5.6beta - Copyright (C) Timo Kokkonen, 1996-2025. All Rights Reserved.
2+
Jpegoptim v1.5.6 - Copyright (C) Timo Kokkonen, 1996-2025. All Rights Reserved.
33

44

55
REQUIREMENTS
@@ -148,4 +148,4 @@ Special thanks for following Github Sponsors that have supported jpegoptim:
148148

149149

150150
Timo <tjko@iki.fi>
151-
04-Feb-2025
151+
14-Sep-2025

jpegoptim.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
#include "jpegoptim.h"
6565

6666

67-
#define VERSION "1.5.6beta"
67+
#define VERSION "1.5.6"
6868
#define COPYRIGHT "Copyright (C) 1996-2025, Timo Kokkonen"
6969

7070
#if HAVE_WAIT && HAVE_FORK

redhat/jpegoptim.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Utility for optimizing/compressing JPEG files.
22
Name: jpegoptim
3-
Version: 1.5.5
3+
Version: 1.5.6
44
Release: 1
55
License: GPL
66
Group: Applications/Multimedia

0 commit comments

Comments
 (0)