Skip to content

Commit

Permalink
Set version to 3.4
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Rozman <[email protected]>
  • Loading branch information
rozmansi committed Apr 25, 2023
1 parent 307dd70 commit 3f51ea7
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 13 deletions.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

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


## [3.4](https://github.com/Amebis/eduVPN/compare/3.3.8...3.4) (2023-04-25)

- Version bumped


## [3.3.8](https://github.com/Amebis/eduVPN/compare/3.3.7...3.3.8) (2023-04-12)
Expand Down
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=3.3.9;VERSION_ARRAY=$([System.String]::Copy('3.3.9').Replace('.',','));%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>VERSION=3.4;VERSION_ARRAY=$([System.String]::Copy('3.4').Replace('.',','));%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>VERSION=3.3.9;VERSION_ARRAY=$([System.String]::Copy('3.3.9').Replace('.',','));%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>VERSION=3.4;VERSION_ARRAY=$([System.String]::Copy('3.4').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("3.3.9")]
[assembly: AssemblyVersion("3.4")]
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=3.3.9
PRODUCT_GUID_TEMPLATE={24A4820F-D109-48B5-98__-761684E0F0E1}
VERSION=3.4
PRODUCT_GUID_TEMPLATE={6FC73ACB-1313-4FA2-9A__-9EE4EF7BFDB1}

# Default testing configuration and platform
TEST_CFG=Debug
Expand Down
2 changes: 1 addition & 1 deletion PrepopulateResponseCache/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
// Minor Version
// Build Number
// Revision
[assembly: AssemblyVersion("3.3.9")]
[assembly: AssemblyVersion("3.4")]
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 3.3.9.{build}
version: 3.4.{build}
image: Visual Studio 2022
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("3.3.9")]
[assembly: AssemblyVersion("3.4")]
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("3.3.9")]
[assembly: AssemblyVersion("3.4")]
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("3.3.9")]
[assembly: AssemblyVersion("3.4")]
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("3.3.9")]
[assembly: AssemblyVersion("3.4")]
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("3.3.9")]
[assembly: AssemblyVersion("3.4")]

0 comments on commit 3f51ea7

Please sign in to comment.