commit 15501a316ffbd61fbc26fdd5ed5327509b0b187c
parent 013590083593a1e3c84b9eac96476c2024458863
Author: Frederic Cambus <fred@statdns.com>
Date: Wed, 16 Jan 2019 19:34:03 +0100
Release ansilove 4.0.0.
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/FILE_ID.DIZ b/FILE_ID.DIZ
@@ -17,7 +17,7 @@ _ | `:::::::' | / \ _\ _/
- -----------//______|----------------- -
: :
| |
- | Ansilove/C 3.0.9 |
+ | Ansilove/C 4.0.0 |
| |
| 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 `3.0.9`.
+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`.
# Specs
diff --git a/src/config.h b/src/config.h
@@ -16,6 +16,6 @@
#include <stdint.h>
/* configuration defines */
-#define VERSION "3.0.9"
+#define VERSION "4.0.0"
#endif /* CONFIG_H */