Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Z-Bolt/OctoScreen.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffB42 <10328858+JeffB42@users.noreply.github.com>2021-04-17 18:50:45 +0300
committerJeffB42 <10328858+JeffB42@users.noreply.github.com>2021-04-17 18:50:45 +0300
commit8d24aae5ad01b6c63102b8231943036fe90206fb (patch)
tree87a96023dd31272cbc60de10ed17cffec7943f29
parentd102685fd7528fff3743bec9066e27caac76a2c9 (diff)
updated buld version to 2.7.3
-rwxr-xr-xMakefile2
-rwxr-xr-xui/CommonPanel.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 09e0b5c..58c48ea 100755
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ JESSIE_GO_TAGS := gtk_3_14
# Build information
#GIT_COMMIT = $(shell git rev-parse HEAD | cut -c1-7)
-VERSION := 2.7.2
+VERSION := 2.7.3
BUILD_DATE ?= $(shell date --utc +%Y%m%d-%H:%M:%S)
#BRANCH = $(shell git rev-parse --abbrev-ref HEAD)
diff --git a/ui/CommonPanel.go b/ui/CommonPanel.go
index c7b75c2..f2df85f 100755
--- a/ui/CommonPanel.go
+++ b/ui/CommonPanel.go
@@ -16,7 +16,7 @@ import (
)
// OctoScreenVersion - set at compilation time.
-var OctoScreenVersion = "2.7.2"
+var OctoScreenVersion = "2.7.3"
type CommonPanel struct {
UI *UI