Skip to content

Commit

Permalink
Updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
KimihikoAkayasaki committed Nov 7, 2022
1 parent 38a8e56 commit 4663ab4
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 35 deletions.
10 changes: 5 additions & 5 deletions Amethyst/Amethyst.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,3,1
PRODUCTVERSION 1,0,3,1
FILEVERSION 1,1,0,0
PRODUCTVERSION 1,1,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -69,12 +69,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "K2VR Team"
VALUE "FileDescription", "Amethyst"
VALUE "FileVersion", "1.0.3.1"
VALUE "FileVersion", "1.1.0.0"
VALUE "InternalName", "Amethyst.exe"
VALUE "LegalCopyright", "Copyright � K2VR Team 2022"
VALUE "LegalCopyright", "Copyright � K2VR Team 2022"
VALUE "OriginalFilename", "Amethyst.exe"
VALUE "ProductName", "Amethyst"
VALUE "ProductVersion", "1.0.3.1"
VALUE "ProductVersion", "1.1.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion Amethyst/K2Interfacing.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ namespace winrt::Microsoft::UI::Xaml::Controls
namespace k2app::interfacing
{
// Internal version number
inline const std::string K2InternalVersion = "1.0.3.1"; // KTVR[ver:X.X.X.X]
inline const std::string K2InternalVersion = "1.1.0.0"; // KTVR[ver:X.X.X.X]

inline constexpr uint32_t K2INTVersion = 3; // Amethyst version
inline constexpr uint32_t K2APIVersion = 0; // API version
Expand Down
2 changes: 1 addition & 1 deletion Amethyst/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Identity
Name="1cb715ac-5d11-488e-85be-aef7e0daa605"
Publisher="CN=K2VRTeam"
Version="1.0.3.1" />
Version="1.1.0.0" />

<Properties>
<DisplayName>Amethyst</DisplayName>
Expand Down
2 changes: 1 addition & 1 deletion Amethyst/app.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity version="1.0.3.1" name="Amethyst.app"/>
<assemblyIdentity version="1.1.0.0" name="Amethyst.app"/>

<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
Expand Down
6 changes: 3 additions & 3 deletions Amethyst_API/Resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,3,1
FILEVERSION 1,1,0,0
PRODUCTVERSION 13,0,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
Expand All @@ -69,9 +69,9 @@ BEGIN
BEGIN
VALUE "CompanyName", "K2VR Team"
VALUE "FileDescription", "Amethyst API"
VALUE "FileVersion", "1.0.3.1"
VALUE "FileVersion", "1.1.0.0"
VALUE "InternalName", "Amethyst_API.dll"
VALUE "LegalCopyright", "Copyright � K2VR Team 2022"
VALUE "LegalCopyright", "Copyright � K2VR Team 2022"
VALUE "OriginalFilename", "Amethyst_API.dll"
VALUE "ProductName", "Amethyst"
VALUE "ProductVersion", "13.0.0.0"
Expand Down
6 changes: 3 additions & 3 deletions K2CrashHandler/K2CrashHandler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
<PackageProjectUrl>k2vr.tech</PackageProjectUrl>
<Copyright>Copyright © K2VR Team 2022</Copyright>
<BaseOutputPath>$(SolutionDir)$(Platform)\$(Configuration)\K2CrashHandler\bin\</BaseOutputPath>
<FileVersion>1.0.3.1</FileVersion>
<AssemblyVersion>1.0.3.1</AssemblyVersion>
<FileVersion>1.1.0.0</FileVersion>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<RepositoryUrl>https://github.com/KinectToVR/Amethyst</RepositoryUrl>
<Version>1.0.3.1</Version>
<Version>1.1.0.0</Version>
<WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion K2CrashHandler/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity
Name="96a90d6c-cbb6-4e32-89cd-3e5ac3e8d1d2"
Publisher="CN=K2VRTeam"
Version="1.0.3.1" />
Version="1.1.0.0" />

<Properties>
<DisplayName>K2CrashHandler</DisplayName>
Expand Down
10 changes: 5 additions & 5 deletions device_KinectV1/Resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,3,1
PRODUCTVERSION 1,0,3,1
FILEVERSION 1,1,0,0
PRODUCTVERSION 1,1,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -69,12 +69,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "K2VR Team"
VALUE "FileDescription", "Amethyst Kinect V1 Plugin"
VALUE "FileVersion", "1.0.3.1"
VALUE "FileVersion", "1.1.0.0"
VALUE "InternalName", "device_KinectV1.dll"
VALUE "LegalCopyright", "Copyright � K2VR Team 2022"
VALUE "LegalCopyright", "Copyright � K2VR Team 2022"
VALUE "OriginalFilename", "device_KinectV1.dll"
VALUE "ProductName", "Amethyst Kinect V1 Plugin"
VALUE "ProductVersion", "1.0.3.1"
VALUE "ProductVersion", "1.1.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
10 changes: 5 additions & 5 deletions device_KinectV2/Resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,3,1
PRODUCTVERSION 1,0,3,1
FILEVERSION 1,1,0,0
PRODUCTVERSION 1,1,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -69,12 +69,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "K2VR Team"
VALUE "FileDescription", "Amethyst Kinect V2 Plugin"
VALUE "FileVersion", "1.0.3.1"
VALUE "FileVersion", "1.1.0.0"
VALUE "InternalName", "device_KinectV2.dll"
VALUE "LegalCopyright", "Copyright � K2VR Team 2022"
VALUE "LegalCopyright", "Copyright � K2VR Team 2022"
VALUE "OriginalFilename", "device_KinectV2.dll"
VALUE "ProductName", "Amethyst Kinect V2 Plugin"
VALUE "ProductVersion", "1.0.3.1"
VALUE "ProductVersion", "1.1.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
10 changes: 5 additions & 5 deletions device_PSMoveService/Resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,3,1
PRODUCTVERSION 1,0,3,1
FILEVERSION 1,1,0,0
PRODUCTVERSION 1,1,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -69,12 +69,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "K2VR Team"
VALUE "FileDescription", "Amethyst PSMS Plugin"
VALUE "FileVersion", "1.0.3.1"
VALUE "FileVersion", "1.1.0.0"
VALUE "InternalName", "device_PSMoveService.dll"
VALUE "LegalCopyright", "Copyright � K2VR Team 2022"
VALUE "LegalCopyright", "Copyright � K2VR Team 2022"
VALUE "OriginalFilename", "device_PSMoveService.dll"
VALUE "ProductName", "Amethyst PSMS Plugin"
VALUE "ProductVersion", "1.0.3.1"
VALUE "ProductVersion", "1.1.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
10 changes: 5 additions & 5 deletions driver_Amethyst/Resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,3,1
PRODUCTVERSION 1,0,3,1
FILEVERSION 1,1,0,0
PRODUCTVERSION 1,1,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -69,12 +69,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "K2VR Team"
VALUE "FileDescription", "Amethyst OpenVR Driver"
VALUE "FileVersion", "1.0.3.1"
VALUE "FileVersion", "1.1.0.0"
VALUE "InternalName", "driver_Amethyst.dll"
VALUE "LegalCopyright", "Copyright � K2VR Team 2022"
VALUE "LegalCopyright", "Copyright � K2VR Team 2022"
VALUE "OriginalFilename", "driver_Amethyst.dll"
VALUE "ProductName", "Amethyst OpenVR Driver"
VALUE "ProductVersion", "1.0.3.1"
VALUE "ProductVersion", "1.1.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 4663ab4

Please sign in to comment.