diff --git a/CMakeLists.txt b/CMakeLists.txt index a9dd003..095db79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1) set(LIB_VERSION_MAJOR 1) set(LIB_VERSION_MINOR 4) -set(LIB_VERSION_PATCH 0) +set(LIB_VERSION_PATCH 1) set(LIB_VERSION_STRING ${LIB_VERSION_MAJOR}.${LIB_VERSION_MINOR}.${LIB_VERSION_PATCH}) set(CMAKE_C_STANDARD 99) diff --git a/include/ansilove.h b/include/ansilove.h index 90b7623..e8d6970 100644 --- a/include/ansilove.h +++ b/include/ansilove.h @@ -1,6 +1,6 @@ /* * ansilove.h - * libansilove 1.4.0 + * libansilove 1.4.1 * https://www.ansilove.org * * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus @@ -26,11 +26,11 @@ extern "C" { #define ANSILOVE_EXTERN __attribute__((visibility("default"))) /* Version number */ -#define ANSILOVE_VERSION "1.4.0" +#define ANSILOVE_VERSION "1.4.1" #define ANSILOVE_VERSION_MAJOR 1 #define ANSILOVE_VERSION_MINOR 4 -#define ANSILOVE_VERSION_PATCH 0 +#define ANSILOVE_VERSION_PATCH 1 /* Error codes */ #define ANSILOVE_INVALID_PARAM 1 diff --git a/libansilove.spec b/libansilove.spec index a24153e..89e40de 100644 --- a/libansilove.spec +++ b/libansilove.spec @@ -1,5 +1,5 @@ Name: libansilove -Version: 1.4.0 +Version: 1.4.1 Release: 1%{?dist} Summary: Library for converting ANSI, ASCII, and other formats to PNG diff --git a/src/clean.c b/src/clean.c index 58994d5..ff1ed82 100644 --- a/src/clean.c +++ b/src/clean.c @@ -1,6 +1,6 @@ /* * clean.c - * libansilove 1.4.0 + * libansilove 1.4.1 * https://www.ansilove.org * * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus diff --git a/src/config.h b/src/config.h index ab819bc..cfba93e 100644 --- a/src/config.h +++ b/src/config.h @@ -1,6 +1,6 @@ /* * config.h - * libansilove 1.4.0 + * libansilove 1.4.1 * https://www.ansilove.org * * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus diff --git a/src/drawchar.c b/src/drawchar.c index a94b448..efdf79c 100644 --- a/src/drawchar.c +++ b/src/drawchar.c @@ -1,6 +1,6 @@ /* * drawchar.c - * libansilove 1.4.0 + * libansilove 1.4.1 * https://www.ansilove.org * * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus diff --git a/src/drawchar.h b/src/drawchar.h index 90c4a55..4379277 100644 --- a/src/drawchar.h +++ b/src/drawchar.h @@ -1,6 +1,6 @@ /* * drawchar.h - * libansilove 1.4.0 + * libansilove 1.4.1 * https://www.ansilove.org * * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus diff --git a/src/error.c b/src/error.c index 0127427..00d1c87 100644 --- a/src/error.c +++ b/src/error.c @@ -1,6 +1,6 @@ /* * error.c - * libansilove 1.4.0 + * libansilove 1.4.1 * https://www.ansilove.org * * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus diff --git a/src/fonts.c b/src/fonts.c index ec0661b..ea51fb9 100644 --- a/src/fonts.c +++ b/src/fonts.c @@ -1,6 +1,6 @@ /* * fonts.c - * libansilove 1.4.0 + * libansilove 1.4.1 * https://www.ansilove.org * * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus diff --git a/src/fonts.h b/src/fonts.h index b2e8b5f..27561fb 100644 --- a/src/fonts.h +++ b/src/fonts.h @@ -1,6 +1,6 @@ /* * fonts.h - * libansilove 1.4.0 + * libansilove 1.4.1 * https://www.ansilove.org * * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus diff --git a/src/init.c b/src/init.c index c583338..d48a549 100644 --- a/src/init.c +++ b/src/init.c @@ -1,6 +1,6 @@ /* * init.c - * libansilove 1.4.0 + * libansilove 1.4.1 * https://www.ansilove.org * * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus diff --git a/src/loaders/ansi.c b/src/loaders/ansi.c index df86f84..eea5e23 100644 --- a/src/loaders/ansi.c +++ b/src/loaders/ansi.c @@ -1,6 +1,6 @@ /* * ansi.c - * libansilove 1.4.0 + * libansilove 1.4.1 * https://www.ansilove.org * * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus diff --git a/src/loaders/artworx.c b/src/loaders/artworx.c index dbab57f..eb47332 100644 --- a/src/loaders/artworx.c +++ b/src/loaders/artworx.c @@ -1,6 +1,6 @@ /* * artworx.c - * libansilove 1.4.0 + * libansilove 1.4.1 * https://www.ansilove.org * * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus diff --git a/src/loaders/binary.c b/src/loaders/binary.c index 938f81f..168e12b 100644 --- a/src/loaders/binary.c +++ b/src/loaders/binary.c @@ -1,6 +1,6 @@ /* * binary.c - * libansilove 1.4.0 + * libansilove 1.4.1 * https://www.ansilove.org * * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus diff --git a/src/loaders/icedraw.c b/src/loaders/icedraw.c index 15ddcd1..7416e12 100644 --- a/src/loaders/icedraw.c +++ b/src/loaders/icedraw.c @@ -1,6 +1,6 @@ /* * icedraw.c - * libansilove 1.4.0 + * libansilove 1.4.1 * https://www.ansilove.org * * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus diff --git a/src/loaders/pcboard.c b/src/loaders/pcboard.c index 22b9330..30b8227 100644 --- a/src/loaders/pcboard.c +++ b/src/loaders/pcboard.c @@ -1,6 +1,6 @@ /* * pcboard.c - * libansilove 1.4.0 + * libansilove 1.4.1 * https://www.ansilove.org * * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus diff --git a/src/loaders/tundra.c b/src/loaders/tundra.c index f8425ae..4f23035 100644 --- a/src/loaders/tundra.c +++ b/src/loaders/tundra.c @@ -1,6 +1,6 @@ /* * tundra.c - * libansilove 1.4.0 + * libansilove 1.4.1 * https://www.ansilove.org * * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus diff --git a/src/loaders/xbin.c b/src/loaders/xbin.c index eccbb52..c5f780d 100644 --- a/src/loaders/xbin.c +++ b/src/loaders/xbin.c @@ -1,6 +1,6 @@ /* * xbin.c - * libansilove 1.4.0 + * libansilove 1.4.1 * https://www.ansilove.org * * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus diff --git a/src/loadfile.c b/src/loadfile.c index 855873d..1de3d7e 100644 --- a/src/loadfile.c +++ b/src/loadfile.c @@ -1,6 +1,6 @@ /* * loadfile.c - * libansilove 1.4.0 + * libansilove 1.4.1 * https://www.ansilove.org * * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus diff --git a/src/output.c b/src/output.c index 5289bb8..46aefb6 100644 --- a/src/output.c +++ b/src/output.c @@ -1,6 +1,6 @@ /* * output.c - * libansilove 1.4.0 + * libansilove 1.4.1 * https://www.ansilove.org * * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus diff --git a/src/output.h b/src/output.h index f522885..de7b8d5 100644 --- a/src/output.h +++ b/src/output.h @@ -1,6 +1,6 @@ /* * output.h - * libansilove 1.4.0 + * libansilove 1.4.1 * https://www.ansilove.org * * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus diff --git a/src/savefile.c b/src/savefile.c index db8434e..48862de 100644 --- a/src/savefile.c +++ b/src/savefile.c @@ -1,6 +1,6 @@ /* * savefile.c - * libansilove 1.4.0 + * libansilove 1.4.1 * https://www.ansilove.org * * Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus