Skip to content

Commit

Permalink
Release libansilove 1.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcambus committed May 23, 2023
1 parent 25d1124 commit 5a181a1
Show file tree
Hide file tree
Showing 22 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 3.1)

set(LIB_VERSION_MAJOR 1)
set(LIB_VERSION_MINOR 3)
set(LIB_VERSION_PATCH 1)
set(LIB_VERSION_MINOR 4)
set(LIB_VERSION_PATCH 0)
set(LIB_VERSION_STRING ${LIB_VERSION_MAJOR}.${LIB_VERSION_MINOR}.${LIB_VERSION_PATCH})

set(CMAKE_C_STANDARD 99)
Expand Down
8 changes: 4 additions & 4 deletions include/ansilove.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ansilove.h
* libansilove 1.3.1
* libansilove 1.4.0
* 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.3.1"
#define ANSILOVE_VERSION "1.4.0"

#define ANSILOVE_VERSION_MAJOR 1
#define ANSILOVE_VERSION_MINOR 3
#define ANSILOVE_VERSION_PATCH 1
#define ANSILOVE_VERSION_MINOR 4
#define ANSILOVE_VERSION_PATCH 0

/* 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.3.1
Version: 1.4.0
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.3.1
* libansilove 1.4.0
* 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.3.1
* libansilove 1.4.0
* 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.3.1
* libansilove 1.4.0
* 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.3.1
* libansilove 1.4.0
* 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.3.1
* libansilove 1.4.0
* 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.3.1
* libansilove 1.4.0
* 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.3.1
* libansilove 1.4.0
* 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.3.1
* libansilove 1.4.0
* 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.3.1
* libansilove 1.4.0
* 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.3.1
* libansilove 1.4.0
* 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.3.1
* libansilove 1.4.0
* 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.3.1
* libansilove 1.4.0
* 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.3.1
* libansilove 1.4.0
* 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.3.1
* libansilove 1.4.0
* 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.3.1
* libansilove 1.4.0
* 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.3.1
* libansilove 1.4.0
* 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.3.1
* libansilove 1.4.0
* 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.3.1
* libansilove 1.4.0
* 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.3.1
* libansilove 1.4.0
* https://www.ansilove.org
*
* Copyright (c) 2011-2023 Stefan Vogt, Brian Cassidy, and Frederic Cambus
Expand Down

0 comments on commit 5a181a1

Please sign in to comment.