Skip to content

Commit c2ac6fe

Browse files
committed
Upgrade version to 1.0
1 parent e2a7abc commit c2ac6fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ conf = configuration_data()
4242
conf.set('BUILD_DEBUG', get_option('buildtype') == 'debug')
4343

4444
# the version, updated on release
45-
conf.set_quoted('SCRCPY_VERSION', '0.1')
45+
conf.set_quoted('SCRCPY_VERSION', '1.0')
4646

4747
# the prefix used during configuration (meson --prefix=PREFIX)
4848
conf.set_quoted('PREFIX', get_option('prefix'))

0 commit comments

Comments
 (0)