Skip to content

Commit

Permalink
apply version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkckr0 committed Nov 14, 2023
1 parent 304cce2 commit a68639e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions android-app/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ android {
applicationId = "io.github.mkckr0.audio_share_app"
minSdk = 23
targetSdk = 34
versionCode = 11
versionName = "0.0.11"
versionCode = 12
versionName = "0.0.12"
archivesName.set("${rootProject.name}-$versionName")
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion server-core/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.20.0)

project(audio-share
VERSION 0.0.11
VERSION 0.0.12
HOMEPAGE_URL "https://github.com/mkckr0/audio-share"
)

Expand Down
10 changes: 5 additions & 5 deletions server-mfc/AudioShareServer.rc
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ CAPTION "About Audio Share Server"
FONT 10, "Microsoft Sans Serif", 400, 0, 0x0
BEGIN
ICON IDR_MAINFRAME,IDC_STATIC,14,14,20,20
LTEXT "Audio Share Server, Version 0.0.11",IDC_STATIC,38,14,114,8,SS_NOPREFIX
LTEXT "Audio Share Server, Version 0.0.12",IDC_STATIC,38,14,114,8,SS_NOPREFIX
LTEXT "Copyright (C) 2022-2023",IDC_STATIC,39,25,79,12,SS_CENTERIMAGE
DEFPUSHBUTTON "OK",IDOK,66,48,50,14,WS_GROUP
CONTROL "mkckr0",IDC_MFCLINK1,"MfcLink",WS_TABSTOP,118,27,21,9
Expand Down Expand Up @@ -117,8 +117,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,0,11,0
PRODUCTVERSION 0,0,11,0
FILEVERSION 0,0,12,0
PRODUCTVERSION 0,0,12,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -134,11 +134,11 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "Audio Share Server"
VALUE "FileVersion", "0.0.11.0"
VALUE "FileVersion", "0.0.12.0"
VALUE "LegalCopyright", "Copyright (c) 2022-2023 mkckr0. All rights reserved."
VALUE "OriginalFilename", "AudioShareServer.exe"
VALUE "ProductName", "Audio Share Server"
VALUE "ProductVersion", "0.0.11"
VALUE "ProductVersion", "0.0.12"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit a68639e

Please sign in to comment.