Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Set version to 1.255.8
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Rozman <[email protected]>
  • Loading branch information
rozmansi committed Apr 8, 2021
1 parent cac36a6 commit bd89ce5
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 12 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## [Unreleased](https://github.com/Amebis/eduVPN/compare/1.255.7...HEAD)
## [Unreleased](https://github.com/Amebis/eduVPN/compare/1.255.8...HEAD)


## [1.255.8](https://github.com/Amebis/eduVPN/compare/1.255.7...1.255.8) (2021-04-08)

- Upgrade to .NET Framework 4.8
- OpenVPN updated to 2.5.1-20210408
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# SPDX-License-Identifier: GPL-3.0+
#

VERSION=1.255.7
PRODUCT_GUID_TEMPLATE={108E00C1-12D1-4AF9-AF__-64BD034D1708}
VERSION=1.255.8
PRODUCT_GUID_TEMPLATE={6B2C23BA-DCFB-4F70-AF14-D5474DE1DA61}

# Default testing configuration and platform
TEST_CFG=Debug
Expand Down
2 changes: 1 addition & 1 deletion eduEd25519
2 changes: 1 addition & 1 deletion eduEx
2 changes: 1 addition & 1 deletion eduJSON
2 changes: 1 addition & 1 deletion eduOAuth
2 changes: 1 addition & 1 deletion eduOpenVPN
8 changes: 4 additions & 4 deletions eduVPN.Resources/Resources.rc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,255,7,0
PRODUCTVERSION 1,255,7,0
FILEVERSION 1,255,8,0
PRODUCTVERSION 1,255,8,0
FILEFLAGSMASK VS_FF_DEBUG | VS_FF_PRERELEASE | VS_FF_PATCHED | VS_FF_PRIVATEBUILD | VS_FF_SPECIALBUILD
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
Expand All @@ -31,11 +31,11 @@ BEGIN
BEGIN
VALUE "CompanyName", "SURF"
VALUE "FileDescription", "eduVPN Native Resources"
VALUE "FileVersion", "1.255.7"
VALUE "FileVersion", "1.255.8"
VALUE "LegalCopyright", "Copyright © 2017-2021 The Commons Conservancy eduVPN Programme"
VALUE "OriginalFilename", "eduVPN.Resources.dll"
VALUE "ProductName", "eduVPN"
VALUE "ProductVersion", "1.255.7"
VALUE "ProductVersion", "1.255.8"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit bd89ce5

Please sign in to comment.