commit dce43ff5822905e46f34b84a1ae2b0505c28b494
parent 8b280e9cd5f0ee5c016873b4d5608e20c0e7ec96
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 25 Jun 2019 15:16:02 +0200
Release ansilove 4.0.1.
Diffstat:
9 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/FILE_ID.DIZ b/FILE_ID.DIZ
@@ -17,7 +17,7 @@ _ | `:::::::' | / \ _\ _/
- -----------//______|----------------- -
: :
| |
- | Ansilove/C 4.0.0 |
+ | Ansilove/C 4.0.1 |
| |
| ANSi=>PNG converter & library |
| |
diff --git a/README.md b/README.md
@@ -18,7 +18,7 @@
[![Build Status][1]][2]
-This is a complete rewrite of [AnsiLove/PHP](https://www.ansilove.org) 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.0`.
+This is a complete rewrite of [AnsiLove/PHP](https://www.ansilove.org) 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.1`.
# Specs
diff --git a/src/ansilove.c b/src/ansilove.c
@@ -1,6 +1,6 @@
/*
* ansilove.c
- * Ansilove 4.0.0
+ * Ansilove 4.0.1
* 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.0
+ * Ansilove 4.0.1
* 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.0"
+#define VERSION "4.0.1"
#endif /* CONFIG_H */
diff --git a/src/fonts.h b/src/fonts.h
@@ -1,6 +1,6 @@
/*
* fonts.h
- * Ansilove 4.0.0
+ * Ansilove 4.0.1
* 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.0
+ * Ansilove 4.0.1
* 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.0
+ * Ansilove 4.0.1
* https://www.ansilove.org
*
* Copyright (c) 2011-2019 Stefan Vogt, Brian Cassidy, and Frederic Cambus
diff --git a/src/strtolower.c b/src/strtolower.c
@@ -1,6 +1,6 @@
/*
* strtolower.c
- * Ansilove 4.0.0
+ * Ansilove 4.0.1
* 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.0
+ * Ansilove 4.0.1
* https://www.ansilove.org
*
* Copyright (c) 2011-2019 Stefan Vogt, Brian Cassidy, and Frederic Cambus