Skip to content

Commit

Permalink
Preset version to 4.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Rozman <[email protected]>
  • Loading branch information
rozmansi committed Oct 25, 2024
1 parent 82d4e76 commit 7416ba8
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Default.Cpp.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<ClCompile>
<WarningLevel>Level4</WarningLevel>
<StringPooling>true</StringPooling>
<PreprocessorDefinitions>VERSION=4.2.1;VERSION_ARRAY=$([System.String]::Copy('4.2.1').Replace('.',','));%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>VERSION=4.2.2;VERSION_ARRAY=$([System.String]::Copy('4.2.2').Replace('.',','));%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>VERSION=4.2.1;VERSION_ARRAY=$([System.String]::Copy('4.2.1').Replace('.',','));%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>VERSION=4.2.2;VERSION_ARRAY=$([System.String]::Copy('4.2.2').Replace('.',','));%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ResourceCompile>
<Link>
<SubSystem>Windows</SubSystem>
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("4.2.1")]
[assembly: AssemblyVersion("4.2.2")]
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=4.2.1
PRODUCT_GUID_TEMPLATE={D7B29872-D79C-4444-89__-099DD6DD983A}
VERSION=4.2.2
PRODUCT_GUID_TEMPLATE={811546EB-C6A0-4AA1-AB__-813562D5B772}

!IFNDEF BUILD_EDUVPN
BUILD_EDUVPN=1
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: 4.2.1.{build}
version: 4.2.2.{build}
image: Visual Studio 2022
configuration:
- Debug
Expand Down
2 changes: 1 addition & 1 deletion eduEx/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("4.2.1")]
[assembly: AssemblyVersion("4.2.2")]
2 changes: 1 addition & 1 deletion eduOAuth/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("4.2.1")]
[assembly: AssemblyVersion("4.2.2")]
2 changes: 1 addition & 1 deletion eduOpenVPN/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("4.2.1")]
[assembly: AssemblyVersion("4.2.2")]
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("4.2.1")]
[assembly: AssemblyVersion("4.2.2")]
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("4.2.1")]
[assembly: AssemblyVersion("4.2.2")]
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("4.2.1")]
[assembly: AssemblyVersion("4.2.2")]
2 changes: 1 addition & 1 deletion eduWireGuard/eduWireGuard/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("4.2.1")]
[assembly: AssemblyVersion("4.2.2")]
2 changes: 1 addition & 1 deletion eduvpn-windows/selfupdate/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
var userAgent string

func init() {
userAgent = "eduvpn-windows/4.2.1"
userAgent = "eduvpn-windows/4.2.2"

maj, min, rev := windows.RtlGetNtVersionNumbers()
var winVer string
Expand Down
2 changes: 1 addition & 1 deletion govVPN.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("4.2.1")]
[assembly: AssemblyVersion("4.2.2")]

0 comments on commit 7416ba8

Please sign in to comment.