diff --git a/changes.txt b/changes.txt index 998606fcc..9d2220492 100644 --- a/changes.txt +++ b/changes.txt @@ -1,4 +1,4 @@ -LOVE 0.9.0 [] +LOVE 0.9.0 [Baby Inspector] -------------- * Added --fused command line argument, to simulate fusing. diff --git a/src/common/version.h b/src/common/version.h index 5aa9fe8f7..f92032361 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -30,7 +30,7 @@ const int VERSION_MINOR = 9; const int VERSION_REV = 0; const char *VERSION = "0.9.0"; const char *VERSION_COMPATIBILITY[] = { VERSION, 0 }; -const char *VERSION_CODENAME = ""; +const char *VERSION_CODENAME = "Baby Inspector"; } // love