aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
Diffstat (limited to 'params')
-rw-r--r--params/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/params/version.go b/params/version.go
index 2712840bd..e3815aaf0 100644
--- a/params/version.go
+++ b/params/version.go
@@ -23,7 +23,7 @@ import (
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 8 // Minor version component of the current release
- VersionPatch = 22 // Patch version component of the current release
+ VersionPatch = 23 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)
ENV.jhb2018-06-091-2/+1 * Upgrade base/gcc port to 6.4.0 to match xtoolchainkan2018-05-152-5/+8 * Add 32-bit mips support to base/binutils and base/gcc.jhb2018-05-095-134/+47 * Add files missed in previous commitswills2018-02-063-0/+94 * Fix cross build of base/ portsswills2018-02-061-3/+12 * Changes from BZ PR 224217 plus minor changes to fix base/gcc fetchswills2018-02-063-28/+61 * The output of tools like awk, date, sort, tr,... depends on the currenttijl2017-01-181-2/+0 * ${RM} already has -f.mat2016-10-211-1/+1 * Remove things that are now handled by bsd.port.mkbapt2016-09-091-16/+0