Skip to content

Commit

Permalink
Release libansilove 1.2.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcambus committed Feb 10, 2022
1 parent e2a40fb commit 15ffb9f
Show file tree
Hide file tree
Showing 21 changed files with 23 additions and 23 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 2)
set(LIB_VERSION_PATCH 8)
set(LIB_VERSION_PATCH 9)
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.2.8
* libansilove 1.2.9
* https://www.ansilove.org
*
* Copyright (c) 2011-2022 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.2.8"
#define ANSILOVE_VERSION "1.2.9"

#define ANSILOVE_VERSION_MAJOR 1
#define ANSILOVE_VERSION_MINOR 2
#define ANSILOVE_VERSION_PATCH 8
#define ANSILOVE_VERSION_PATCH 9

/* Error codes */
#define ANSILOVE_INVALID_PARAM 1
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.2.8
* libansilove 1.2.9
* https://www.ansilove.org
*
* Copyright (c) 2011-2022 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.2.8
* libansilove 1.2.9
* https://www.ansilove.org
*
* Copyright (c) 2011-2022 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.2.8
* libansilove 1.2.9
* https://www.ansilove.org
*
* Copyright (c) 2011-2022 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.2.8
* libansilove 1.2.9
* https://www.ansilove.org
*
* Copyright (c) 2011-2022 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.2.8
* libansilove 1.2.9
* https://www.ansilove.org
*
* Copyright (c) 2011-2022 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.2.8
* libansilove 1.2.9
* https://www.ansilove.org
*
* Copyright (c) 2011-2022 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.2.8
* libansilove 1.2.9
* https://www.ansilove.org
*
* Copyright (c) 2011-2022 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.2.8
* libansilove 1.2.9
* https://www.ansilove.org
*
* Copyright (c) 2011-2022 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.2.8
* libansilove 1.2.9
* https://www.ansilove.org
*
* Copyright (c) 2011-2022 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.2.8
* libansilove 1.2.9
* https://www.ansilove.org
*
* Copyright (c) 2011-2022 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.2.8
* libansilove 1.2.9
* https://www.ansilove.org
*
* Copyright (c) 2011-2022 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.2.8
* libansilove 1.2.9
* https://www.ansilove.org
*
* Copyright (c) 2011-2022 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.2.8
* libansilove 1.2.9
* https://www.ansilove.org
*
* Copyright (c) 2011-2022 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.2.8
* libansilove 1.2.9
* https://www.ansilove.org
*
* Copyright (c) 2011-2022 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.2.8
* libansilove 1.2.9
* https://www.ansilove.org
*
* Copyright (c) 2011-2022 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.2.8
* libansilove 1.2.9
* https://www.ansilove.org
*
* Copyright (c) 2011-2022 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.2.8
* libansilove 1.2.9
* https://www.ansilove.org
*
* Copyright (c) 2011-2022 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.2.8
* libansilove 1.2.9
* https://www.ansilove.org
*
* Copyright (c) 2011-2022 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.2.8
* libansilove 1.2.9
* https://www.ansilove.org
*
* Copyright (c) 2011-2022 Stefan Vogt, Brian Cassidy, and Frederic Cambus
Expand Down

0 comments on commit 15ffb9f

Please sign in to comment.