Skip to content

Commit 5e05f2a

Browse files
committed
Bump version to 3.0
1 parent 3d478d7 commit 5e05f2a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

app/scrcpy-windows.rc

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ BEGIN
1313
VALUE "LegalCopyright", "Romain Vimont, Genymobile"
1414
VALUE "OriginalFilename", "scrcpy.exe"
1515
VALUE "ProductName", "scrcpy"
16-
VALUE "ProductVersion", "2.7"
16+
VALUE "ProductVersion", "3.0"
1717
END
1818
END
1919
BLOCK "VarFileInfo"

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('scrcpy', 'c',
2-
version: '2.7',
2+
version: '3.0',
33
meson_version: '>= 0.48',
44
default_options: [
55
'c_std=c11',

server/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.genymobile.scrcpy"
88
minSdkVersion 21
99
targetSdkVersion 35
10-
versionCode 20700
11-
versionName "2.7"
10+
versionCode 30000
11+
versionName "3.0"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313
}
1414
buildTypes {

server/build_without_gradle.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
set -e
1313

1414
SCRCPY_DEBUG=false
15-
SCRCPY_VERSION_NAME=2.7
15+
SCRCPY_VERSION_NAME=3.0
1616

1717
PLATFORM=${ANDROID_PLATFORM:-35}
1818
BUILD_TOOLS=${ANDROID_BUILD_TOOLS:-35.0.0}

0 commit comments

Comments
 (0)