Skip to content

Commit a08e0f6

Browse files
committed
Release 1.96
1 parent 6879260 commit a08e0f6

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gifsicle NEWS
22
=============
33

4-
## Version 1.96
4+
## Version 1.96 – 26.Feb.2025
55

66
* `--lossy` measures color errors uses the currently selected color space
77
(specified by `--gamma`, which defaults to sRGB). It also uses a different

gifdiff.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" -*- mode: nroff -*-
2-
.ds V 1.95
2+
.ds V 1.96
33
.ds E " \-\-
44
.if t .ds E \(em
55
.de Op

gifsicle.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" -*- mode: nroff -*-
22
.AM
3-
.ds V 1.95
3+
.ds V 1.96
44
.ds E " \-\-
55
.if t .ds E \(em
66
.de Op

gifview.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" -*- mode: nroff -*-
2-
.ds V 1.95
2+
.ds V 1.96
33
.ds E " \-\-
44
.if t .ds E \(em
55
.de Op

src/win32cfg.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
#define PACKAGE_NAME "gifsicle"
111111

112112
/* Define to the full name and version of this package. */
113-
#define PACKAGE_STRING "gifsicle 1.95"
113+
#define PACKAGE_STRING "gifsicle 1.96"
114114

115115
/* Define to the one symbol short name of this package. */
116116
#define PACKAGE_TARNAME "gifsicle"
@@ -119,7 +119,7 @@
119119
#define PACKAGE_URL ""
120120

121121
/* Define to the version of this package. */
122-
#define PACKAGE_VERSION "1.95"
122+
#define PACKAGE_VERSION "1.96"
123123

124124
/* Pathname separator character ('/' on Unix). */
125125
#define PATHNAME_SEPARATOR '\\'
@@ -147,7 +147,7 @@
147147
#define STDC_HEADERS 1
148148

149149
/* Version number of package */
150-
#define VERSION "1.95 (Windows)"
150+
#define VERSION "1.96 (Windows)"
151151

152152
/* Define if X is not available. */
153153
#define X_DISPLAY_MISSING 1

0 commit comments

Comments
 (0)