Skip to content
Snippets Groups Projects
Commit d06f80ee authored by SeeLook's avatar SeeLook 🎸
Browse files

Release Nootka 2.0.2

- bump to this version number
get_bundle
parent 2caabec3
No related branches found
No related tags found
No related merge requests found
Pipeline #4032 passed with stage
in 14 minutes and 15 seconds
......@@ -12,7 +12,7 @@ project(nootka)
set(Nootka_VERSION_MAJOR "2")
set(Nootka_VERSION_MINOR "0")
set(Nootka_VERSION_PATCH "1rc1")
set(Nootka_VERSION_PATCH "2")
set(Nootka_VERSION "${Nootka_VERSION_MAJOR}.${Nootka_VERSION_MINOR}")
......
<?xml version="1.0"?>
<manifest package="net.sf.nootka"
xmlns:android="http://schemas.android.com/apk/res/android"
android:versionName="2.0.1-rc1"
android:versionCode="66"
android:versionName="2.0.2"
android:versionCode="69"
android:installLocation="auto">
<application android:hardwareAccelerated="true"
android:requestLegacyExternalStorage="true"
......
<?xml version="1.0"?>
<manifest package="net.sf.nootka"
xmlns:android="http://schemas.android.com/apk/res/android"
android:versionName="2.0.1-rc1"
android:versionCode="67"
android:versionName="2.0.2"
android:versionCode="71"
android:installLocation="auto">
<application android:hardwareAccelerated="true"
android:requestLegacyExternalStorage="true"
......
#define NOOTKA_VERSION "2.0.1rc1"
#define NOOTKA_VERSION "2.0.2"
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