Skip to content

Commit c7e1727

Browse files
committed
Release libansilove 1.2.7.
1 parent a42de8b commit c7e1727

File tree

22 files changed

+24
-24
lines changed

22 files changed

+24
-24
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ addons:
3131
coverity_scan:
3232
project:
3333
name: "ansilove/libansilove"
34-
version: 1.2.6
34+
version: 1.2.7
3535
description: "Library for converting ANSI, ASCII, and other formats to PNG"
3636
notification_email: fred@statdns.com
3737
build_command_prepend: cmake .

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 2.6)
22

33
set(LIB_VERSION_MAJOR 1)
44
set(LIB_VERSION_MINOR 2)
5-
set(LIB_VERSION_PATCH 6)
5+
set(LIB_VERSION_PATCH 7)
66
set(LIB_VERSION_STRING ${LIB_VERSION_MAJOR}.${LIB_VERSION_MINOR}.${LIB_VERSION_PATCH})
77

88
project (ansilove C)

include/ansilove.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* ansilove.h
3-
* libansilove 1.2.6
3+
* libansilove 1.2.7
44
* https://www.ansilove.org
55
*
66
* Copyright (c) 2011-2020 Stefan Vogt, Brian Cassidy, and Frederic Cambus
@@ -20,11 +20,11 @@
2020
#define ANSILOVE_EXTERN __attribute__((visibility("default")))
2121

2222
/* Version number */
23-
#define ANSILOVE_VERSION "1.2.6"
23+
#define ANSILOVE_VERSION "1.2.7"
2424

2525
#define ANSILOVE_VERSION_MAJOR 1
2626
#define ANSILOVE_VERSION_MINOR 2
27-
#define ANSILOVE_VERSION_PATCH 6
27+
#define ANSILOVE_VERSION_PATCH 7
2828

2929
/* Error codes */
3030
#define ANSILOVE_INVALID_PARAM 1

src/clean.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* clean.c
3-
* libansilove 1.2.6
3+
* libansilove 1.2.7
44
* https://www.ansilove.org
55
*
66
* Copyright (c) 2011-2020 Stefan Vogt, Brian Cassidy, and Frederic Cambus

src/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* config.h
3-
* libansilove 1.2.6
3+
* libansilove 1.2.7
44
* https://www.ansilove.org
55
*
66
* Copyright (c) 2011-2020 Stefan Vogt, Brian Cassidy, and Frederic Cambus

src/drawchar.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* drawchar.c
3-
* libansilove 1.2.6
3+
* libansilove 1.2.7
44
* https://www.ansilove.org
55
*
66
* Copyright (c) 2011-2020 Stefan Vogt, Brian Cassidy, and Frederic Cambus

src/drawchar.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* drawchar.h
3-
* libansilove 1.2.6
3+
* libansilove 1.2.7
44
* https://www.ansilove.org
55
*
66
* Copyright (c) 2011-2020 Stefan Vogt, Brian Cassidy, and Frederic Cambus

src/error.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* error.c
3-
* libansilove 1.2.6
3+
* libansilove 1.2.7
44
* https://www.ansilove.org
55
*
66
* Copyright (c) 2011-2020 Stefan Vogt, Brian Cassidy, and Frederic Cambus

src/fonts.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* fonts.c
3-
* libansilove 1.2.6
3+
* libansilove 1.2.7
44
* https://www.ansilove.org
55
*
66
* Copyright (c) 2011-2020 Stefan Vogt, Brian Cassidy, and Frederic Cambus

src/fonts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* fonts.h
3-
* libansilove 1.2.6
3+
* libansilove 1.2.7
44
* https://www.ansilove.org
55
*
66
* Copyright (c) 2011-2020 Stefan Vogt, Brian Cassidy, and Frederic Cambus

0 commit comments

Comments
 (0)