commit 4348dd93a75db50fb4f5640f34af0d31664c1545
parent af596b809ff94dc7af9fc30eec4ef270abbd75e0
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 19 Jun 2018 18:50:27 +0200
Bump version to 3.0.9
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.8 |
+ | Ansilove/C 3.0.9 |
| |
| ANSi=>PNG converter & library |
| |
diff --git a/README.md b/README.md
@@ -16,7 +16,7 @@
# AnsiLove/C [![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.8`.
+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`.
# Specs
diff --git a/src/config.h b/src/config.h
@@ -15,7 +15,7 @@
#include <stdint.h>
// configuration defines
-#define VERSION "3.0.8"
+#define VERSION "3.0.9"
static const uint8_t ansi_palette[] = {
0x00, 0x00, 0x00, 0xaa, 0x00, 0x00, 0x00, 0xaa, 0x00, 0xaa, 0x55, 0x00,