commit 01c6b41572393c7ccb572d56223a7f74970bbf3b
parent c15c1c165fe37d1f364da0d6da1947d767faae9c
Author: Frederic Cambus <fred@statdns.com>
Date: Wed, 20 Dec 2017 13:22:21 +0100
Bump version to 3.0.8
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.7 |
+ | Ansilove/C 3.0.8 |
| |
| 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.7`.
+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`.
# Specs
diff --git a/src/config.h b/src/config.h
@@ -15,7 +15,7 @@
#include <stdint.h>
// configuration defines
-#define VERSION "3.0.7"
+#define VERSION "3.0.8"
static const uint8_t ansi_palette[] = {
0x00, 0x00, 0x00, 0xaa, 0x00, 0x00, 0x00, 0xaa, 0x00, 0xaa, 0x55, 0x00,