commit 90e0c343f6886b50dc990b32494e8a043e266338
parent c08d889239b6cf74d8bc303deaba9008cae42f5e
Author: Frederic Cambus <fred@statdns.com>
Date: Sun, 2 Jul 2017 18:05:17 +0200
Bumping version to 3.0.7
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.6 |
+ | Ansilove/C 3.0.7 |
| |
| 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.6`.
+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`.
# Specs
diff --git a/src/config.h b/src/config.h
@@ -15,7 +15,7 @@
#include <stdint.h>
// configuration defines
-#define VERSION "3.0.6"
+#define VERSION "3.0.7"
static const uint8_t ansi_palette[] = {
0x00, 0x00, 0x00, 0xaa, 0x00, 0x00, 0x00, 0xaa, 0x00, 0xaa, 0x55, 0x00,