commit 0930602ab07e3a5181c2026b64854280231a6b34
parent 314505de7b4b96177d38dd9b1d18d1a4c2df26d1
Author: Frederic Cambus <fred@statdns.com>
Date: Mon, 17 Feb 2020 12:57:13 +0100
Release ansilove 4.1.0.
Diffstat:
12 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -35,7 +35,7 @@ addons:
coverity_scan:
project:
name: "ansilove/ansilove"
- version: 4.0.7
+ version: 4.1.0
description: "ANSi / ASCII art to PNG converter in C"
notification_email: fred@statdns.com
build_command_prepend: cmake .
diff --git a/FILE_ID.DIZ b/FILE_ID.DIZ
@@ -17,7 +17,7 @@ _ | `:::::::' | / \ _\ _/
- -----------//______|----------------- -
: :
| |
- | Ansilove/C 4.0.7 |
+ | Ansilove/C 4.1.0 |
| |
| ANSi=>PNG converter & library |
| |
diff --git a/src/ansilove.c b/src/ansilove.c
@@ -1,6 +1,6 @@
/*
* ansilove.c
- * Ansilove 4.0.7
+ * Ansilove 4.1.0
* https://www.ansilove.org
*
* Copyright (c) 2011-2020 Stefan Vogt, Brian Cassidy, and Frederic Cambus
diff --git a/src/config.h b/src/config.h
@@ -1,6 +1,6 @@
/*
* config.h
- * Ansilove 4.0.7
+ * Ansilove 4.1.0
* https://www.ansilove.org
*
* Copyright (c) 2011-2020 Stefan Vogt, Brian Cassidy, and Frederic Cambus
@@ -16,7 +16,7 @@
#include <stdint.h>
/* configuration defines */
-#define VERSION "4.0.7"
+#define VERSION "4.1.0"
enum {
FONTS = 38,
diff --git a/src/fonts.h b/src/fonts.h
@@ -1,6 +1,6 @@
/*
* fonts.h
- * Ansilove 4.0.7
+ * Ansilove 4.1.0
* https://www.ansilove.org
*
* Copyright (c) 2011-2020 Stefan Vogt, Brian Cassidy, and Frederic Cambus
diff --git a/src/sauce.c b/src/sauce.c
@@ -1,6 +1,6 @@
/*
* sauce.c
- * Ansilove 4.0.7
+ * Ansilove 4.1.0
* https://www.ansilove.org
*
* Copyright (c) 2011-2020 Stefan Vogt, Brian Cassidy, and Frederic Cambus
diff --git a/src/sauce.h b/src/sauce.h
@@ -1,6 +1,6 @@
/*
* sauce.h
- * Ansilove 4.0.7
+ * Ansilove 4.1.0
* https://www.ansilove.org
*
* Copyright (c) 2011-2020 Stefan Vogt, Brian Cassidy, and Frederic Cambus
diff --git a/src/seccomp.h b/src/seccomp.h
@@ -1,6 +1,6 @@
/*
* seccomp.h
- * Ansilove 4.0.7
+ * Ansilove 4.1.0
* https://www.ansilove.org
*
* Copyright (c) 2019-2020, Frederic Cambus
diff --git a/src/strtolower.c b/src/strtolower.c
@@ -1,6 +1,6 @@
/*
* strtolower.c
- * Ansilove 4.0.7
+ * Ansilove 4.1.0
* https://www.ansilove.org
*
* Copyright (c) 2011-2020 Stefan Vogt, Brian Cassidy, and Frederic Cambus
diff --git a/src/strtolower.h b/src/strtolower.h
@@ -1,6 +1,6 @@
/*
* strtolower.h
- * Ansilove 4.0.7
+ * Ansilove 4.1.0
* https://www.ansilove.org
*
* Copyright (c) 2011-2020 Stefan Vogt, Brian Cassidy, and Frederic Cambus
diff --git a/src/types.c b/src/types.c
@@ -1,6 +1,6 @@
/*
* types.c
- * Ansilove 4.0.7
+ * Ansilove 4.1.0
* https://www.ansilove.org
*
* Copyright (c) 2011-2020 Stefan Vogt, Brian Cassidy, and Frederic Cambus
diff --git a/src/types.h b/src/types.h
@@ -1,6 +1,6 @@
/*
* types.h
- * Ansilove 4.0.7
+ * Ansilove 4.1.0
* https://www.ansilove.org
*
* Copyright (c) 2011-2020 Stefan Vogt, Brian Cassidy, and Frederic Cambus