1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

OpenCV version++

OpenCV 3.4.0-rc
This commit is contained in:
Alexander Alekhin
2017-12-16 01:30:43 +03:00
parent 3fddce67c6
commit cac4a7e5b5
11 changed files with 18 additions and 13 deletions
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.opencv.engine"
android:versionCode="331@ANDROID_PLATFORM_ID@"
android:versionName="3.31">
android:versionCode="340@ANDROID_PLATFORM_ID@"
android:versionName="3.40">
<uses-sdk android:minSdkVersion="@ANDROID_NATIVE_API_LEVEL@" android:targetSdkVersion="22"/>
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
@@ -134,7 +134,7 @@ public class OpenCVEngineService extends Service {
@Override
public int getEngineVersion() throws RemoteException {
int version = 3310;
int version = 3400;
try {
version = getPackageManager().getPackageInfo(getPackageName(), 0).versionCode;
} catch (NameNotFoundException e) {