We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a6d25 commit 814e3a5Copy full SHA for 814e3a5
.gitmodules
@@ -1,4 +1,4 @@
1
[submodule "vender"]
2
path = vender
3
url = https://github.com/fibjs/fibjs_vender.git
4
- branch = 0.12.x
+ branch = dev
fibjs/include/version.h
@@ -8,7 +8,7 @@
8
#ifndef VERSION_H_
9
#define VERSION_H_
10
11
-static const char fibjs_version[] = "0.12.0";
+static const char fibjs_version[] = "0.13.0-dev";
12
static const int jsc_version = 0x0F1B0001;
13
14
#endif
0 commit comments