Skip to content

Commit

Permalink
Update version v0.3.6 => v0.3.7; Update rtc v0.7.6 => v0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
numbaa committed Mar 22, 2024
1 parent e1f1a72 commit 287cd9e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/app.rc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define LT_VERSION 0,3,6
#define LT_VERSION_STR "0.3.6"
#define LT_VERSION 0,3,7
#define LT_VERSION_STR "0.3.7"

#include "winres.h"

Expand Down
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function check_build_type() {
}

function rtc_fetch() {
$RtcUri = "https://github.com/numbaa/rtc-prebuilt/releases/download/v0.7.6/rtc.win.zip"
$RtcUri = "https://github.com/numbaa/rtc-prebuilt/releases/download/v0.7.7/rtc.win.zip"
New-Item -ItemType Directory -ErrorAction SilentlyContinue transport/rtc/win
echo "Fetch $RtcUri"
Invoke-WebRequest -Uri $RtcUri -OutFile ./third_party/prebuilt/rtc.win.zip
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ check_build_type() {
}

rtc_fetch() {
rtc_url="https://github.com/numbaa/rtc-prebuilt/releases/download/v0.7.6/rtc.linux.zip"
rtc_url="https://github.com/numbaa/rtc-prebuilt/releases/download/v0.7.7/rtc.linux.zip"
mkdir -p ./transport/rtc/linux
echo "Fetch $rtc_url"
wget $rtc_url -O ./third_party/prebuilt/rtc.linux.zip
Expand Down
4 changes: 2 additions & 2 deletions lanthing/lanthing.rc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define LT_VERSION 0,3,6
#define LT_VERSION_STR "0.3.6"
#define LT_VERSION 0,3,7
#define LT_VERSION_STR "0.3.7"

#include "winres.h"

Expand Down
2 changes: 1 addition & 1 deletion options-default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ option(LT_DUMP OFF)
set(LT_DUMP_URL "dont_upload" CACHE STRING "")
set(LT_VERSION_MAJOR 0)
set(LT_VERSION_MINOR 3)
set(LT_VERSION_PATCH 6)
set(LT_VERSION_PATCH 7)

0 comments on commit 287cd9e

Please sign in to comment.