Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
exelix11 committed May 11, 2024
1 parent 801ef3b commit 5bf8091
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<Company />
<PackageProjectUrl>https://github.com/exelix11/SysDVR</PackageProjectUrl>
<RepositoryUrl>https://github.com/exelix11/SysDVR</RepositoryUrl>
<Version>6.1</Version>
<Version>6.1.1</Version>
<RootNamespace>SysDVR.Client</RootNamespace>
<AssemblyVersion>6.1</AssemblyVersion>
<FileVersion>6.1</FileVersion>
<AssemblyVersion>6.1.1</AssemblyVersion>
<FileVersion>6.1.1</FileVersion>
<Configurations>Debug;Release</Configurations>
<ApplicationIcon>Client.ico</ApplicationIcon>
<RollForward>Major</RollForward>
Expand Down
4 changes: 2 additions & 2 deletions Client/Platform/Android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
}
minSdkVersion 23
targetSdkVersion 33
versionCode 2
versionName "6.1"
versionCode 3
versionName "6.1.1"
externalNativeBuild {
ndkBuild {
arguments "APP_PLATFORM=android-19"
Expand Down
2 changes: 1 addition & 1 deletion Client/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ static Program()

static readonly StringBuilder InitializationError = new();

public static string Version = "6.1";
public static string Version = "6.1.1";
public static string BuildID = "";

public static Options Options = new();
Expand Down
2 changes: 1 addition & 1 deletion SysDVRConfig/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ROMFS := romfs

APP_TITLE := SysDVR Settings
APP_AUTHOR := Exelix
APP_VERSION := 6.1
APP_VERSION := 6.1.1

#---------------------------------------------------------------------------------
# options for code generation
Expand Down
2 changes: 1 addition & 1 deletion sysmodule/source/modes/defines.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

// This is the main version shown to the user
#define SYSDVR_VERSION_STRING "6.1"
#define SYSDVR_VERSION_STRING "6.1.1"
//This is a version for the SysDVR net and usb protocol, it's included in the beacon and may be shown in the UI. This is ascii so it's easy to insert in beacons for example as the serial of the USB device
#define SYSDVR_PROTOCOL_VERSION "02"
//This is a version for the SysDVR Config app protocol, it's not shown anywhere and not related to the major version
Expand Down

0 comments on commit 5bf8091

Please sign in to comment.