Skip to content

Commit d06f80e

Browse files
committed
Release Nootka 2.0.2
- bump to this version number get_bundle
1 parent 2caabec commit d06f80e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ project(nootka)
1212

1313
set(Nootka_VERSION_MAJOR "2")
1414
set(Nootka_VERSION_MINOR "0")
15-
set(Nootka_VERSION_PATCH "1rc1")
15+
set(Nootka_VERSION_PATCH "2")
1616

1717

1818
set(Nootka_VERSION "${Nootka_VERSION_MAJOR}.${Nootka_VERSION_MINOR}")

src/android/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0"?>
22
<manifest package="net.sf.nootka"
33
xmlns:android="http://schemas.android.com/apk/res/android"
4-
android:versionName="2.0.1-rc1"
5-
android:versionCode="66"
4+
android:versionName="2.0.2"
5+
android:versionCode="69"
66
android:installLocation="auto">
77
<application android:hardwareAccelerated="true"
88
android:requestLegacyExternalStorage="true"

src/android21/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0"?>
22
<manifest package="net.sf.nootka"
33
xmlns:android="http://schemas.android.com/apk/res/android"
4-
android:versionName="2.0.1-rc1"
5-
android:versionCode="67"
4+
android:versionName="2.0.2"
5+
android:versionCode="71"
66
android:installLocation="auto">
77
<application android:hardwareAccelerated="true"
88
android:requestLegacyExternalStorage="true"

src/libs/core/nootkaconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define NOOTKA_VERSION "2.0.1rc1"
1+
#define NOOTKA_VERSION "2.0.2"

0 commit comments

Comments
 (0)