Git commit e60b54ec25a191428e951566380b072273880bc1 by Jasem Mutlaq. Committed on 03/01/2020 at 21:40. Pushed by mutlaqja into branch 'master'.
KStars v3.4.0 cycle begins M +2 -2 CMakeLists.txt M +1 -1 doc/index.docbook M +1 -1 packaging/android/apk/AndroidManifest.xml M +6 -0 packaging/linux/debian/changelog https://commits.kde.org/kstars/e60b54ec25a191428e951566380b072273880bc1 diff --git a/CMakeLists.txt b/CMakeLists.txt index 93b6b35ee..c0c07e066 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ PROJECT(kstars CXX C) set (KStars_VERSION_MAJOR 3) -set (KStars_VERSION_MINOR 3) -set (KStars_VERSION_REVISION 9) +set (KStars_VERSION_MINOR 4) +set (KStars_VERSION_REVISION 0) set (CMAKE_CXX_STANDARD 11) # Build KStars Lite with -DBUILD_KSTARS_LITE=ON diff --git a/doc/index.docbook b/doc/index.docbook index 7db7dd157..73c83edaf 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -180,7 +180,7 @@ <legalnotice>&FDLNotice;</legalnotice> <date>2019-12-04</date> -<releaseinfo>3.3.9</releaseinfo> +<releaseinfo>3.4.0</releaseinfo> <abstract> <para> diff --git a/packaging/android/apk/AndroidManifest.xml b/packaging/android/apk/AndroidManifest.xml index 6f7c1baa8..7e17bd5fc 100644 --- a/packaging/android/apk/AndroidManifest.xml +++ b/packaging/android/apk/AndroidManifest.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="3.3.9" package="org.kde.kstars.lite" android:installLocation="auto" android:versionCode="18"> +<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="3.4.0" package="org.kde.kstars.lite" android:installLocation="auto" android:versionCode="20"> <application android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="KStars Lite" android:icon="@drawable/icon"> <activity android:name="org.kde.kstars.DeviceOrientation" android:label="KStars Lite" android:screenOrientation="unspecified" android:theme="@style/AppTheme" android:launchMode="singleTop" android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|locale|fontScale|keyboard|keyboardHidden|navigation"> <intent-filter> diff --git a/packaging/linux/debian/changelog b/packaging/linux/debian/changelog index 5c394335f..59024d860 100644 --- a/packaging/linux/debian/changelog +++ b/packaging/linux/debian/changelog @@ -1,3 +1,9 @@ +kstars-bleeding (6:3.4.0) bionic; urgency=medium + + * 3.4.0 Upstream release. + + -- Jasem Mutlaq <[email protected]> Sat, 04 Dec 2020 01:30:00 +0300 + kstars-bleeding (6:3.3.9) bionic; urgency=medium * 3.3.9 Upstream release.
