Skip to content

Commit

Permalink
Bump version to 0.8.7 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkOates committed May 22, 2016
1 parent 181d57f commit 14686f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ALLEGROFLARE_DIR=$(LIBS_ROOT)/allegro_flare
# ===============================================
#

ALLEGROFLARE_VERSION_STR=0.8.7wip
ALLEGROFLARE_VERSION_STR=0.8.7
ALLEGROFLARE_LIB_NAME=allegro_flare-$(ALLEGROFLARE_VERSION_STR)
INCLUDE_FLAGS=-I$(ALLEGRO_DIR)/include -I$(ALLEGROFLARE_DIR)/include

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![](http://zeoxdesign.com/images/allegro_flare_logo-04.png) AllegroFlare
=============

Current version - v0.8.7wip
Current version - v0.8.7


AllegroFlare is a C++ application toolkit that extends the functionality of the Allegro 5 game programming library. Every part of the existing Allegro 5 library remains intact when using AllegroFlare. AllegroFlare also includes an optional Framework class that makes for fast and fun development, or, you can cherry-pick any of the fantastic classes and functions provided by AllegroFlare without using the framework at all.
Expand Down
2 changes: 1 addition & 1 deletion include/allegro_flare/allegro_flare.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@



#define ALLEGRO_FLARE_VER "0.8.7wip"
#define ALLEGRO_FLARE_VER "0.8.7"


#include <allegro5/allegro.h>
Expand Down

0 comments on commit 14686f5

Please sign in to comment.