Skip to content

Commit

Permalink
Release libansilove 1.1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcambus committed Oct 14, 2019
1 parent 492f7fa commit b056a56
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 2.6)

set(LIB_VERSION_MAJOR 1)
set(LIB_VERSION_MINOR 1)
set(LIB_VERSION_PATCH 4)
set(LIB_VERSION_PATCH 5)
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.1.4
* libansilove 1.1.5
* https://www.ansilove.org
*
* Copyright (c) 2011-2019 Stefan Vogt, Brian Cassidy, and Frederic Cambus
Expand All @@ -18,11 +18,11 @@
#include <stdint.h>

/* Version number */
#define ANSILOVE_VERSION "1.1.4"
#define ANSILOVE_VERSION "1.1.5"

#define ANSILOVE_VERSION_MAJOR 1
#define ANSILOVE_VERSION_MINOR 1
#define ANSILOVE_VERSION_PATCH 4
#define ANSILOVE_VERSION_PATCH 5

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

0 comments on commit b056a56

Please sign in to comment.