Skip to content

Commit

Permalink
Release libansilove 1.2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcambus committed Jun 21, 2020
1 parent 602e4a6 commit 5a97b66
Show file tree
Hide file tree
Showing 22 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ addons:
coverity_scan:
project:
name: "ansilove/libansilove"
version: 1.2.3
version: 1.2.4
description: "Library for converting ANSI, ASCII, and other formats to PNG"
notification_email: [email protected]
build_command_prepend: cmake .
Expand Down
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 2.6)

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

project (ansilove C)
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.3
* libansilove 1.2.4
* https://www.ansilove.org
*
* Copyright (c) 2011-2020 Stefan Vogt, Brian Cassidy, and Frederic Cambus
Expand All @@ -20,11 +20,11 @@
#define ANSILOVE_EXTERN __attribute__((visibility("default")))

/* Version number */
#define ANSILOVE_VERSION "1.2.3"
#define ANSILOVE_VERSION "1.2.4"

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

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

0 comments on commit 5a97b66

Please sign in to comment.