Skip to content

Commit

Permalink
Upgrade tinc to 1.0.25.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilbrekin committed Jan 15, 2015
1 parent 22d0378 commit 5ed90a2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion app/app.iml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/rs" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" />
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
</content>
<orderEntry type="jdk" jdkName="Android API 19 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"
package="org.poirsouille.tinc_gui"
android:versionCode="13"
android:versionName="0.9.12" >
android:versionCode="14"
android:versionName="0.9.13" >

<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="19" />
<uses-permission android:name="android.permission.ACCESS_SUPERUSER" />
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/jni/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@


/* Version number of package */
#define VERSION "1.0.24"
#define VERSION "1.0.25"

/* Compile with support for Windows 2000 */
/* #undef WITH_WINDOWS2000 */
Expand Down
2 changes: 1 addition & 1 deletion tinc
Submodule tinc updated from 110ca1 to b44ecd

0 comments on commit 5ed90a2

Please sign in to comment.