Skip to content

Commit f1b0544

Browse files
committed
Release libansilove 1.4.2.
1 parent 7f3be9f commit f1b0544

File tree

22 files changed

+24
-24
lines changed

22 files changed

+24
-24
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10)
22

33
set(LIB_VERSION_MAJOR 1)
44
set(LIB_VERSION_MINOR 4)
5-
set(LIB_VERSION_PATCH 1)
5+
set(LIB_VERSION_PATCH 2)
66
set(LIB_VERSION_STRING ${LIB_VERSION_MAJOR}.${LIB_VERSION_MINOR}.${LIB_VERSION_PATCH})
77

88
set(CMAKE_C_STANDARD 99)

include/ansilove.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* ansilove.h
3-
* libansilove 1.4.1
3+
* libansilove 1.4.2
44
* https://www.ansilove.org
55
*
66
* Copyright (c) 2011-2025 Stefan Vogt, Brian Cassidy, and Frederic Cambus
@@ -26,11 +26,11 @@ extern "C" {
2626
#define ANSILOVE_EXTERN __attribute__((visibility("default")))
2727

2828
/* Version number */
29-
#define ANSILOVE_VERSION "1.4.1"
29+
#define ANSILOVE_VERSION "1.4.2"
3030

3131
#define ANSILOVE_VERSION_MAJOR 1
3232
#define ANSILOVE_VERSION_MINOR 4
33-
#define ANSILOVE_VERSION_PATCH 1
33+
#define ANSILOVE_VERSION_PATCH 2
3434

3535
/* Error codes */
3636
#define ANSILOVE_INVALID_PARAM 1

libansilove.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: libansilove
2-
Version: 1.4.1
2+
Version: 1.4.2
33
Release: 1%{?dist}
44
Summary: Library for converting ANSI, ASCII, and other formats to PNG
55

src/clean.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* clean.c
3-
* libansilove 1.4.1
3+
* libansilove 1.4.2
44
* https://www.ansilove.org
55
*
66
* Copyright (c) 2011-2025 Stefan Vogt, Brian Cassidy, and Frederic Cambus

src/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* config.h
3-
* libansilove 1.4.1
3+
* libansilove 1.4.2
44
* https://www.ansilove.org
55
*
66
* Copyright (c) 2011-2025 Stefan Vogt, Brian Cassidy, and Frederic Cambus

src/drawchar.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* drawchar.c
3-
* libansilove 1.4.1
3+
* libansilove 1.4.2
44
* https://www.ansilove.org
55
*
66
* Copyright (c) 2011-2025 Stefan Vogt, Brian Cassidy, and Frederic Cambus

src/drawchar.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* drawchar.h
3-
* libansilove 1.4.1
3+
* libansilove 1.4.2
44
* https://www.ansilove.org
55
*
66
* Copyright (c) 2011-2025 Stefan Vogt, Brian Cassidy, and Frederic Cambus

src/error.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* error.c
3-
* libansilove 1.4.1
3+
* libansilove 1.4.2
44
* https://www.ansilove.org
55
*
66
* Copyright (c) 2011-2025 Stefan Vogt, Brian Cassidy, and Frederic Cambus

src/fonts.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* fonts.c
3-
* libansilove 1.4.1
3+
* libansilove 1.4.2
44
* https://www.ansilove.org
55
*
66
* Copyright (c) 2011-2025 Stefan Vogt, Brian Cassidy, and Frederic Cambus

src/fonts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* fonts.h
3-
* libansilove 1.4.1
3+
* libansilove 1.4.2
44
* https://www.ansilove.org
55
*
66
* Copyright (c) 2011-2025 Stefan Vogt, Brian Cassidy, and Frederic Cambus

0 commit comments

Comments
 (0)