diff --git a/AppImageBuilder.yml b/AppImageBuilder.yml index e319d1427ea..4b4de8408a9 100644 --- a/AppImageBuilder.yml +++ b/AppImageBuilder.yml @@ -82,7 +82,7 @@ AppDir: id: com.usebottles.bottles name: Bottles icon: com.usebottles.bottles - version: 2022.8.28-brescia + version: 2022.8.28-brescia-1 # Set the python executable as entry point exec: usr/bin/python3.10 diff --git a/VERSION b/VERSION index a2ab26c5ff7..93560e4e065 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2022.8.28-brescia \ No newline at end of file +2022.8.28-brescia-1 \ No newline at end of file diff --git a/bottles/frontend/params.py b/bottles/frontend/params.py index 0f666c93c1e..1527530e68f 100644 --- a/bottles/frontend/params.py +++ b/bottles/frontend/params.py @@ -2,8 +2,8 @@ APP_NAME = "Bottles" APP_NAME_LOWER = APP_NAME.lower() APP_ID = "com.usebottles.bottles" -VERSION = "2022.8.28-brescia" -VERSION_NUM = "2022.8.28-brescia" +VERSION = "2022.8.28-brescia-1" +VERSION_NUM = "2022.8.28-brescia-1" BUILD_TYPE = "prod" # Internal settings not user editable diff --git a/bottles/frontend/ui/about.ui b/bottles/frontend/ui/about.ui index 936797b4415..a2b34a8a62b 100644 --- a/bottles/frontend/ui/about.ui +++ b/bottles/frontend/ui/about.ui @@ -4,7 +4,7 @@ Bottles True - 2022.8.28-brescia + 2022.8.28-brescia-1 © 2017-2022 - Bottles Developers Easily manage different Wine prefixes https://usebottles.com diff --git a/data/com.usebottles.bottles.appdata.xml.in b/data/com.usebottles.bottles.appdata.xml.in index 71653b9dd2a..2c216e867f9 100644 --- a/data/com.usebottles.bottles.appdata.xml.in +++ b/data/com.usebottles.bottles.appdata.xml.in @@ -96,7 +96,7 @@ 768 - +

News

    diff --git a/meson.build b/meson.build index a4c45d76222..de4f4113a9e 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'bottles', - version: '2022.8.28-brescia', + version: '2022.8.28-brescia-1', meson_version: '>= 0.50.0', default_options: [ 'warning_level=2',