Skip to content

Commit

Permalink
Release libansilove 1.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcambus committed May 28, 2023
1 parent e2f0c0b commit e2c9fbe
Show file tree
Hide file tree
Showing 22 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions include/ansilove.h
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libansilove.spec
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/clean.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/config.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/drawchar.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/drawchar.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/error.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/fonts.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/fonts.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/init.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/loaders/ansi.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/loaders/artworx.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/loaders/binary.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/loaders/icedraw.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/loaders/pcboard.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/loaders/tundra.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/loaders/xbin.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/loadfile.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/output.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/output.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/savefile.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e2c9fbe

Please sign in to comment.