Skip to content

Commit 436621f

Browse files
committed
2.10.2
1 parent 739b664 commit 436621f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="org.purplei2p.i2pd"
44
android:versionCode="1"
5-
android:versionName="2.10.1">
5+
android:versionName="2.10.2">
66
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="24"/>
77
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
88
<uses-permission android:name="android.permission.INTERNET"/>

version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#define I2PD_VERSION_MAJOR 2
1010
#define I2PD_VERSION_MINOR 10
11-
#define I2PD_VERSION_MICRO 1
11+
#define I2PD_VERSION_MICRO 2
1212
#define I2PD_VERSION_PATCH 0
1313
#define I2PD_VERSION MAKE_VERSION(I2PD_VERSION_MAJOR, I2PD_VERSION_MINOR, I2PD_VERSION_MICRO)
1414
#define VERSION I2PD_VERSION

0 commit comments

Comments
 (0)