Skip to content

Commit

Permalink
Update version to 0.1.0.0 across project files
Browse files Browse the repository at this point in the history
  • Loading branch information
aiamnezia committed Feb 11, 2025
1 parent 479288a commit 98b4a63
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ jobs:
with:
files: |
proxyserver_x${{ env.BUILD_ARCH }}.exe
deploy\\build_${{ env.BUILD_ARCH }}\\release\\*
draft: false
prerelease: false
env:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.25)

project(desktopproxy VERSION 0.1 LANGUAGES CXX)
project(desktopproxy VERSION 0.1.0.0 LANGUAGES CXX)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
2 changes: 1 addition & 1 deletion deploy/installer/config/windows.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Installer>
<Name>Censortracker Proxy Server</Name>
<Version>1.0.0</Version>
<Version>0.1.0.0</Version>
<Title>Censortracker Proxy Server</Title>
<Publisher>Censortracker</Publisher>
<StartMenuDir>Censortracker</StartMenuDir>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Package>
<DisplayName>Censortracker Proxy Server</DisplayName>
<Description>Installation package for Censortracker Proxy Server</Description>
<Version>1.0.0</Version>
<ReleaseDate>2025-01-21</ReleaseDate>
<Version>0.1.0.0</Version>
<ReleaseDate>2025-02-11</ReleaseDate>
<Default>true</Default>
<Script>installscript.qs</Script>
<ForcedInstallation>true</ForcedInstallation>
Expand Down

0 comments on commit 98b4a63

Please sign in to comment.