File tree 3 files changed +16
-13
lines changed
3 files changed +16
-13
lines changed Original file line number Diff line number Diff line change 6
6
"os"
7
7
)
8
8
9
- const VERSION = "1.0.48 "
10
- const REVISION = "ee7e3078596587e9734a1e6f208d258b8c6fa090 +1"
11
- const NUMBER = 305
9
+ const VERSION = "1.0.49 "
10
+ const REVISION = "37977b002ee8cc375e071b7ac23e8bb67a2de64d +1"
11
+ const NUMBER = 308
12
12
13
13
// these fields will be filled by compiler, see CORE_VERSION in cmd/xgo/version.go
14
14
const XGO_VERSION = ""
Original file line number Diff line number Diff line change @@ -2,15 +2,18 @@ package main
2
2
3
3
import "fmt"
4
4
5
- // auto updated
6
- const VERSION = "1.0.48"
7
- const REVISION = "40aa40fc76231d2c9ee681be5456b26d4255f123+1"
8
- const NUMBER = 307
5
+ // REVISION and NUMBER are auto updated when run 'git commit'
6
+ // VERSION is manully updated when needed a new tag
7
+ // see also runtime/core/version.go
8
+ const VERSION = "1.0.49"
9
+ const REVISION = "37977b002ee8cc375e071b7ac23e8bb67a2de64d+1"
10
+ const NUMBER = 308
9
11
12
+ // the matching runtime/core's version
10
13
// manually updated
11
- const CORE_VERSION = "1.0.48 "
12
- const CORE_REVISION = "ee7e3078596587e9734a1e6f208d258b8c6fa090 +1"
13
- const CORE_NUMBER = 305
14
+ const CORE_VERSION = "1.0.49 "
15
+ const CORE_REVISION = "37977b002ee8cc375e071b7ac23e8bb67a2de64d +1"
16
+ const CORE_NUMBER = 308
14
17
15
18
func getRevision () string {
16
19
return formatRevision (VERSION , REVISION , NUMBER )
Original file line number Diff line number Diff line change 6
6
"os"
7
7
)
8
8
9
- const VERSION = "1.0.48 "
10
- const REVISION = "ee7e3078596587e9734a1e6f208d258b8c6fa090 +1"
11
- const NUMBER = 305
9
+ const VERSION = "1.0.49 "
10
+ const REVISION = "37977b002ee8cc375e071b7ac23e8bb67a2de64d +1"
11
+ const NUMBER = 308
12
12
13
13
// these fields will be filled by compiler, see CORE_VERSION in cmd/xgo/version.go
14
14
const XGO_VERSION = ""
You can’t perform that action at this time.
0 commit comments