Skip to content

Commit

Permalink
Bump to 1.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbrechtL committed Feb 17, 2018
1 parent 3f7512f commit 4bfd5f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/AndroidManifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="io.welle.welle" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0" android:versionCode="7" android:installLocation="auto">
<manifest package="io.welle.welle" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0" android:versionCode="11" android:installLocation="auto">
<application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="@string/app_name" android:icon="@drawable/icon">
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation" android:name="org.qtproject.qt5.android.bindings.QtActivity" android:label="@string/app_name" android:screenOrientation="unspecified" android:theme="@style/AppTheme" android:launchMode="singleTop">
<intent-filter>
Expand Down
2 changes: 1 addition & 1 deletion src/DabConstants.h
Expand Up @@ -55,7 +55,7 @@ typedef std::complex<DSPFLOAT> DSPCOMPLEX;
#define GITHASH "unknown"
#endif

#define CURRENT_VERSION "1.0-rc2"
#define CURRENT_VERSION "1.0-rc3"

#define DAB 0100
#define DAB_PLUS 0101
Expand Down
2 changes: 1 addition & 1 deletion windows/config/config.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Installer>
<Name>welle.io</Name>
<Version>1.0-rc2</Version>
<Version>1.0-rc3</Version>
<Title>welle.io</Title>
<Publisher>Albrecht Lohofener</Publisher>
<StartMenuDir>welle.io</StartMenuDir>
Expand Down
2 changes: 1 addition & 1 deletion windows/packages/io.welle.welle/meta/package.xml
Expand Up @@ -3,7 +3,7 @@
<DisplayName>welle.io</DisplayName>
<Description>welle.io</Description>
<Version>1.0</Version>
<ReleaseDate>2017-01-22</ReleaseDate>
<ReleaseDate>2018-02-17</ReleaseDate>
<Licenses>
<License name="GNU GENERAL PUBLIC LICENSE" file="COPYING" />
</Licenses>
Expand Down

0 comments on commit 4bfd5f5

Please sign in to comment.