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

Bumped to version 1.9.0 - Nootka 2rc1

parent 46d6688e
No related branches found
No related tags found
No related merge requests found
Pipeline #3431 passed
......@@ -11,8 +11,8 @@ endif()
project(nootka)
set(Nootka_VERSION_MAJOR "1")
set(Nootka_VERSION_MINOR "7")
set(Nootka_VERSION_PATCH "5-devel")
set(Nootka_VERSION_MINOR "9")
set(Nootka_VERSION_PATCH "0-rc1")
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="1.7.5-devel"
android:versionCode="50"
android:versionName="1.9.0-rc1"
android:versionCode="51"
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="1.7.5-devel"
android:versionCode="50"
android:versionName="1.9.0-rc1"
android:versionCode="51"
android:installLocation="auto">
<application android:hardwareAccelerated="true"
android:requestLegacyExternalStorage="true"
......
#define NOOTKA_VERSION "1.7.5-devel"
#define NOOTKA_VERSION "1.9.0-rc1"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment