Skip to content

Commit

Permalink
Release Nootka 2.0.2
Browse files Browse the repository at this point in the history
- bump to this version number
get_bundle
  • Loading branch information
SeeLook committed Aug 16, 2021
1 parent 2caabec commit d06f80e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down
4 changes: 2 additions & 2 deletions src/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?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"
Expand Down
4 changes: 2 additions & 2 deletions src/android21/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?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"
Expand Down
2 changes: 1 addition & 1 deletion src/libs/core/nootkaconfig.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define NOOTKA_VERSION "2.0.1rc1"
#define NOOTKA_VERSION "2.0.2"

0 comments on commit d06f80e

Please sign in to comment.