Skip to content

Commit

Permalink
KGE 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Akbar Mohammadi committed Jan 17, 2014
1 parent cdde436 commit d272b83
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Include/kgedef.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
//************************************
// Version Information
//************************************
#define KGE_VERSION_NUM 0.1.0
#define KGE_VERSION_NUM 0.1.1
#define KGE_VERSION_MAJOR 0
#define KGE_VERSION_MINOR 1
#define KGE_VERSION_RELEASE 0
#define KGE_VERSION_RELEASE 1
#define KGE_VERSION_SUFFIX ""
#define KGE_VERSION_NAME "Kochol Game Engine 0.1.0"
#define KGE_VERSION_NAME "Kochol Game Engine 0.1.1"

#define KGE_VERSION ((KGE_VERSION_MAJOR << 16) | (KGE_VERSION_MINOR << 8) | KGE_VERSION_RELEASE)

Expand Down
5 changes: 5 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
--------------------------
Changes in 0.1.1

- Add LoaderStbImage to load png, jpg, gif, psd, tga and pic textures.

--------------------------
Changes in 0.1.0

Expand Down

0 comments on commit d272b83

Please sign in to comment.