commit b399b7c97d3b9b13b2046c8c4dc9518d074be1d3
parent faf9515d57e71a5a99d60e8ddb3df5881ab9fb4f
Author: ByteProject <ByteProject@users.noreply.github.com>
Date: Sat, 22 Apr 2017 17:32:52 +0200
bump version to 3.0.6
Diffstat:
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -19,7 +19,7 @@ addons:
coverity_scan:
project:
name: "ansilove/ansilove"
- version: 3.0.4
+ version: 3.0.6
description: "ANSi / ASCII art to PNG converter in C"
notification_email: fred@statdns.com
build_command_prepend: cmake .
diff --git a/FILE_ID.DIZ b/FILE_ID.DIZ
@@ -17,7 +17,7 @@ _ | `:::::::' | / \ _\ _/
- -----------//______|----------------- -
: :
| |
- | Ansilove/C 3.0.5 |
+ | Ansilove/C 3.0.6 |
| |
| ANSi=>PNG converter & library |
| |
diff --git a/README.md b/README.md
@@ -13,10 +13,10 @@
\ / \ \___/\ \_______/\\ \ \______/\/
\/ \_\ \ \_______\ \ \\/ \__\ \ \
\__\/ \______\/ h7/dS!\_____\/
-
+
# 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.5`.
+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`.
# Specs
@@ -60,7 +60,7 @@ AnsiLove/C packages are available for:
### FreeBSD
pkg add ansilove
-
+
### Solus
eopkg install ansilove
diff --git a/src/config.h b/src/config.h
@@ -13,6 +13,6 @@
#define config_h
// configuration defines
-#define VERSION "3.0.5"
+#define VERSION "3.0.6"
#endif