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 2.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Rozman <[email protected]>
  • Loading branch information
rozmansi committed Jan 12, 2022
1 parent 62199cb commit 2f4d012
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 13 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/2.1.2...HEAD)
## [Unreleased](https://github.com/Amebis/eduVPN/compare/2.1.3...HEAD)


## [2.1.3](https://github.com/Amebis/eduVPN/compare/2.1.2...2.1.3) (2022-01-12)

- Stable network adapter GUIDs for reusable NLA Public/Private profile assignments
- OpenVPN updated to 2.5.5-20220112
Expand Down
2 changes: 1 addition & 1 deletion LetsConnect.Client/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
// Minor Version
// Build Number
// Revision
[assembly: AssemblyVersion("2.1.2.*")]
[assembly: AssemblyVersion("2.1.3.*")]
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=2.1.2
PRODUCT_GUID_TEMPLATE={634B7472-4C8C-4DAD-A8__-257386D8360D}
VERSION=2.1.3
PRODUCT_GUID_TEMPLATE={C581F615-0622-42E7-9F__-C01D3A5F87AF}

# Default testing configuration and platform
TEST_CFG=Debug
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.1.2.{build}
version: 2.1.3.{build}
image: Visual Studio 2019
before_build:
- git submodule update -q --init --recursive
Expand Down
2 changes: 1 addition & 1 deletion eduVPN.Client/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
// Minor Version
// Build Number
// Revision
[assembly: AssemblyVersion("2.1.2.*")]
[assembly: AssemblyVersion("2.1.3.*")]
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 2,1,2,0
PRODUCTVERSION 2,1,2,0
FILEVERSION 2,1,3,0
PRODUCTVERSION 2,1,3,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", "2.1.2"
VALUE "FileVersion", "2.1.3"
VALUE "LegalCopyright", "Copyright © 2017-2022 The Commons Conservancy eduVPN Programme"
VALUE "OriginalFilename", "eduVPN.Resources.dll"
VALUE "ProductName", "eduVPN"
VALUE "ProductVersion", "2.1.2"
VALUE "ProductVersion", "2.1.3"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion eduVPN.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
// Minor Version
// Build Number
// Revision
[assembly: AssemblyVersion("2.1.2.*")]
[assembly: AssemblyVersion("2.1.3.*")]
2 changes: 1 addition & 1 deletion eduVPN.Views/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// Minor Version
// Build Number
// Revision
[assembly: AssemblyVersion("2.1.2.*")]
[assembly: AssemblyVersion("2.1.3.*")]
2 changes: 1 addition & 1 deletion eduVPN/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// Minor Version
// Build Number
// Revision
[assembly: AssemblyVersion("2.1.2.*")]
[assembly: AssemblyVersion("2.1.3.*")]

0 comments on commit 2f4d012

Please sign in to comment.