[9135] Bump for 0.16.0 development.

This commit is contained in:
VladimirMangos 2010-01-10 05:49:07 +03:00
parent 5c51aa9ec5
commit bdca8c0ab8
9 changed files with 40 additions and 40 deletions

View file

@ -27,7 +27,7 @@
#ifndef _VERSION
#if PLATFORM == PLATFORM_WINDOWS
# define _VERSION(REVD,REVT,REVN,REVH) "0.15.1" " (" REVD " " REVT " Revision " REVN " - " REVH ")"
# define _VERSION(REVD,REVT,REVN,REVH) "0.16.0-DEV" " (" REVD " " REVT " Revision " REVN " - " REVH ")"
#else
# define _VERSION(REVD,REVT,REVN,REVH) "@VERSION@" " (" REVD " " REVT " Revision " REVN " - " REVH ")"
#endif

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9134"
#define REVISION_NR "9135"
#endif // __REVISION_NR_H__