浏览代码

Update version number

Ginger Bill 8 年之前
父节点
当前提交
188b290dd5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/build_settings.c

+ 1 - 1
src/build_settings.c

@@ -209,7 +209,7 @@ String get_fullpath_core(gbAllocator a, String path) {
 void init_build_context(void) {
 	BuildContext *bc = &build_context;
 	bc->ODIN_VENDOR  = str_lit("odin");
-	bc->ODIN_VERSION = str_lit("0.1.2");
+	bc->ODIN_VERSION = str_lit("0.1.3");
 	bc->ODIN_ROOT    = odin_root_dir();
 
 #if defined(GB_SYSTEM_WINDOWS)