Skip to content

Commit

Permalink
2785 debug test version
Browse files Browse the repository at this point in the history
  • Loading branch information
benibela committed Mar 2, 2024
1 parent 082255b commit 49801b8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
5 changes: 4 additions & 1 deletion _meta/version/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../changelog.xsl"?>
<changelog program="Bibliothek-App VideLibri">
<build version="2784" date="2024-02-24">
<build version="2785" date="2024-03-02">
<download url="http://videlibri.sourceforge.net/updates/videlibri-setup.exe" platform="WINDOWS" execute="&quot;$DOWNLOAD&quot; /SP- /noicons &quot;/dir=$OLDPATH&quot; " restart="true"/>
<download url="http://videlibri.sourceforge.net/updates/videlibri-linux32.deb" platform="LINUX32" execute=""/>
<download url="http://videlibri.sourceforge.net/updates/videlibri-linux64.deb" platform="LINUX64" execute=""/>
<fix>ignoriere EOFException in Downloads</fix>
</build>
<build version="2784" date="2024-02-24">
<fix>ignoriere EOFException in Downloads</fix>
</build>
<build version="2783" date="2024-02-18">
<fix>ignoriere EOFException in Downloads</fix>
Expand Down
2 changes: 1 addition & 1 deletion _meta/version/version.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<versions>
<stable value="2784"/>
<stable value="2785"/>
<debug value="0906"/>
</versions>
4 changes: 2 additions & 2 deletions android/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="de.benibela.videlibri"
android:versionCode="2783"
android:versionName="2.783">
android:versionCode="2785"
android:versionName="2.785">
<!--<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.SEND_SMS" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />-->
Expand Down
2 changes: 1 addition & 1 deletion applicationconfig.pas
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ type TStringAsMemoryStream = class(TMemoryStream)
nextLimitStr: string;

appFullTitle:string='VideLibri';
versionNumber:integer=2784;
versionNumber:integer=2785;
versionBuildId: string = 'unknown';
//=>versionNumber/1000
newVersionInstalled: boolean=false;
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/de/changelogs/2785.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* ignoriere EOFException in Downloads
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/2785.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* ignore EOFException in downloads

0 comments on commit 49801b8

Please sign in to comment.