bump version to 0.2.1-34

This commit is contained in:
Ben Russell (300178622) 2015-11-02 12:39:29 +13:00
parent 5513372817
commit f8eb5c070b
3 changed files with 5 additions and 5 deletions

View File

@ -45,7 +45,7 @@ def calc_ib_version(w,x,y,a,z):
HB_LIFETIME = 120
HB_VERSION = 2
IB_VERSION_CMP = (0,2,1,0,33)
IB_VERSION_CMP = (0,2,1,0,34)
IB_VERSION = calc_ib_version(*IB_VERSION_CMP)
# ignore "Z" version

View File

@ -23,7 +23,7 @@
#define VERSION_X 2
#define VERSION_Y 1
#define VERSION_A 0
#define VERSION_Z 33
#define VERSION_Z 34
// Remember to bump "Z" basically every time you change the engine!
// Remember to bump the version in Lua too!
// Remember to document API changes in a new version!

View File

@ -20,9 +20,9 @@
-- Thanks. --GM
VERSION_ENGINE = {
cmp={0,2,1,0,33},
num=8421376+33,
str="0.2.1-33",
cmp={0,2,1,0,34},
num=8421376+34,
str="0.2.1-34",
}
--error(""..common.version.num)