From 6bd25c22e0175d3a73dde9e55151b32fbf80c67d Mon Sep 17 00:00:00 2001 From: xhd2015 Date: Fri, 26 Jul 2024 20:20:00 +0800 Subject: [PATCH] release v1.0.47 --- cmd/xgo/runtime_gen/core/version.go | 6 +++--- cmd/xgo/version.go | 12 ++++++------ runtime/core/version.go | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/cmd/xgo/runtime_gen/core/version.go b/cmd/xgo/runtime_gen/core/version.go index 3dcb5a88..4f7d8207 100755 --- a/cmd/xgo/runtime_gen/core/version.go +++ b/cmd/xgo/runtime_gen/core/version.go @@ -6,9 +6,9 @@ import ( "os" ) -const VERSION = "1.0.43" -const REVISION = "f1cf6698521d5b43da06f012ac3ba5afb1308d27+1" -const NUMBER = 280 +const VERSION = "1.0.47" +const REVISION = "2b5b421d4069bcde6b70e76b157e98e39634672c+1" +const NUMBER = 301 // these fields will be filled by compiler, see CORE_VERSION in cmd/xgo/version.go const XGO_VERSION = "" diff --git a/cmd/xgo/version.go b/cmd/xgo/version.go index 5f8d60b5..3a2ec466 100644 --- a/cmd/xgo/version.go +++ b/cmd/xgo/version.go @@ -3,14 +3,14 @@ package main import "fmt" // auto updated -const VERSION = "1.0.46" -const REVISION = "ddb79e33f33b43c8eb97936e31212bc2f54ac3c1+1" -const NUMBER = 300 +const VERSION = "1.0.47" +const REVISION = "2b5b421d4069bcde6b70e76b157e98e39634672c+1" +const NUMBER = 301 // manually updated -const CORE_VERSION = "1.0.43" -const CORE_REVISION = "f1cf6698521d5b43da06f012ac3ba5afb1308d27+1" -const CORE_NUMBER = 280 +const CORE_VERSION = "1.0.47" +const CORE_REVISION = "2b5b421d4069bcde6b70e76b157e98e39634672c+1" +const CORE_NUMBER = 301 func getRevision() string { return formatRevision(VERSION, REVISION, NUMBER) diff --git a/runtime/core/version.go b/runtime/core/version.go index 3dcb5a88..4f7d8207 100644 --- a/runtime/core/version.go +++ b/runtime/core/version.go @@ -6,9 +6,9 @@ import ( "os" ) -const VERSION = "1.0.43" -const REVISION = "f1cf6698521d5b43da06f012ac3ba5afb1308d27+1" -const NUMBER = 280 +const VERSION = "1.0.47" +const REVISION = "2b5b421d4069bcde6b70e76b157e98e39634672c+1" +const NUMBER = 301 // these fields will be filled by compiler, see CORE_VERSION in cmd/xgo/version.go const XGO_VERSION = ""