Skip to content
Snippets Groups Projects
Commit f0860ba1 authored by SeeLook's avatar SeeLook :musical_note:
Browse files

Bumped to 2.0.3-devel - start new development cycle

parent d06f80ee
No related branches found
No related tags found
No related merge requests found
Pipeline #4034 skipped
...@@ -12,7 +12,7 @@ project(nootka) ...@@ -12,7 +12,7 @@ project(nootka)
set(Nootka_VERSION_MAJOR "2") set(Nootka_VERSION_MAJOR "2")
set(Nootka_VERSION_MINOR "0") set(Nootka_VERSION_MINOR "0")
set(Nootka_VERSION_PATCH "2") set(Nootka_VERSION_PATCH "3-devel")
set(Nootka_VERSION "${Nootka_VERSION_MAJOR}.${Nootka_VERSION_MINOR}") set(Nootka_VERSION "${Nootka_VERSION_MAJOR}.${Nootka_VERSION_MINOR}")
......
<?xml version="1.0"?> <?xml version="1.0"?>
<manifest package="net.sf.nootka" <manifest package="net.sf.nootka"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
android:versionName="2.0.2" android:versionName="2.0.3-devel"
android:versionCode="69" android:versionCode="72"
android:installLocation="auto"> android:installLocation="auto">
<application android:hardwareAccelerated="true" <application android:hardwareAccelerated="true"
android:requestLegacyExternalStorage="true" android:requestLegacyExternalStorage="true"
......
<?xml version="1.0"?> <?xml version="1.0"?>
<manifest package="net.sf.nootka" <manifest package="net.sf.nootka"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
android:versionName="2.0.2" android:versionName="2.0.3-devel"
android:versionCode="71" android:versionCode="74"
android:installLocation="auto"> android:installLocation="auto">
<application android:hardwareAccelerated="true" <application android:hardwareAccelerated="true"
android:requestLegacyExternalStorage="true" android:requestLegacyExternalStorage="true"
......
#define NOOTKA_VERSION "2.0.2" #define NOOTKA_VERSION "2.0.3-devel"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment