Upgrade version to 1.0

This commit is contained in:
Romain Vimont 2018-03-08 09:20:50 +01:00
parent e2a7abcd53
commit c2ac6fe7bd

View file

@ -42,7 +42,7 @@ conf = configuration_data()
conf.set('BUILD_DEBUG', get_option('buildtype') == 'debug') conf.set('BUILD_DEBUG', get_option('buildtype') == 'debug')
# the version, updated on release # the version, updated on release
conf.set_quoted('SCRCPY_VERSION', '0.1') conf.set_quoted('SCRCPY_VERSION', '1.0')
# the prefix used during configuration (meson --prefix=PREFIX) # the prefix used during configuration (meson --prefix=PREFIX)
conf.set_quoted('PREFIX', get_option('prefix')) conf.set_quoted('PREFIX', get_option('prefix'))