commit 2ab422a54b2156f7a6cc2e8ed0e8969ee014644e
parent a1942f79efb854e5a2191d065cb9fbfe847209a1
Author: Frederic Cambus <fred@statdns.com>
Date: Mon, 28 Oct 2019 17:22:44 +0100
Release ansilove 4.0.4.
Diffstat:
11 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -35,7 +35,7 @@ addons:
coverity_scan:
project:
name: "ansilove/ansilove"
- version: 4.0.3
+ version: 4.0.4
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.3 |
+ | Ansilove/C 4.0.4 |
| |
| ANSi=>PNG converter & library |
| |
diff --git a/README.md b/README.md
@@ -23,7 +23,7 @@ _ _________ / \_______ _ \___ /_______/ / _/ \____ \ /
This is a complete rewrite of [AnsiLove/PHP][3] in the C programming
language. It converts ANSi and artscene related file formats into
PNG images. The project is considered as stable, current version
-is `4.0.3`.
+is `4.0.4`.
# Specs
diff --git a/src/ansilove.c b/src/ansilove.c
@@ -1,6 +1,6 @@
/*
* ansilove.c
- * Ansilove 4.0.3
+ * Ansilove 4.0.4
* https://www.ansilove.org
*
* Copyright (c) 2011-2019 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.3
+ * Ansilove 4.0.4
* https://www.ansilove.org
*
* Copyright (c) 2011-2019 Stefan Vogt, Brian Cassidy, and Frederic Cambus
@@ -16,6 +16,6 @@
#include <stdint.h>
/* configuration defines */
-#define VERSION "4.0.3"
+#define VERSION "4.0.4"
#endif /* CONFIG_H */
diff --git a/src/fonts.h b/src/fonts.h
@@ -1,6 +1,6 @@
/*
* fonts.h
- * Ansilove 4.0.3
+ * Ansilove 4.0.4
* https://www.ansilove.org
*
* Copyright (c) 2011-2019 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.3
+ * Ansilove 4.0.4
* https://www.ansilove.org
*
* Copyright (c) 2011-2019 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.3
+ * Ansilove 4.0.4
* https://www.ansilove.org
*
* Copyright (c) 2011-2019 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.3
+ * Ansilove 4.0.4
* https://www.ansilove.org
*
* Copyright (c) 2019, Frederic Cambus
diff --git a/src/strtolower.c b/src/strtolower.c
@@ -1,6 +1,6 @@
/*
* strtolower.c
- * Ansilove 4.0.3
+ * Ansilove 4.0.4
* https://www.ansilove.org
*
* Copyright (c) 2011-2019 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.3
+ * Ansilove 4.0.4
* https://www.ansilove.org
*
* Copyright (c) 2011-2019 Stefan Vogt, Brian Cassidy, and Frederic Cambus