Skip to content

Commit

Permalink
Version 8
Browse files Browse the repository at this point in the history
  • Loading branch information
xaverW committed Oct 8, 2014
1 parent 935bc44 commit c0eb28a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
Binary file modified dist/MediathekView.jar
Binary file not shown.
2 changes: 0 additions & 2 deletions dist/info/8.056.build

This file was deleted.

2 changes: 2 additions & 0 deletions dist/info/8.060.build
@@ -0,0 +1,2 @@
Datum: 08.10.2014
MediathekView Buildnummer: 8.060
Binary file modified dist/lib/MSearch.jar
Binary file not shown.
Binary file modified libs/MSearch.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion post_make.sh
Expand Up @@ -26,7 +26,7 @@ echo MediathekView Buildnummer: $relNr >> dist/info/$relNr.build
# zip erstellen
cd dist/
datum=$(date +%Y.%m.%d )
zip -r MediathekView_7_$datum.zip .
zip -r MediathekView_8_$datum.zip .
cd ..

fi
Expand All @@ -39,6 +39,7 @@ then
# Programmsets ins www-verzeichnis kopieren
cp src/mediathek/file/*.xml /home/emil/daten/www/online/ZDFMediathekView/programmgruppen4/
# Dateien ins share-Verzeichnis von VmWare kopieren
rm -r /mnt/lager/virtualbox/share/aktMed/*.zip
cp -r dist/* /mnt/lager/virtualbox/share/aktMed
fi

Expand Down
2 changes: 1 addition & 1 deletion src/mediathek/tool/Konstanten.java
Expand Up @@ -21,7 +21,7 @@

public class Konstanten {

public static final String VERSION = "7";
public static final String VERSION = "8";
public static final String PROGRAMMNAME = "MediathekView";
public static final String USER_AGENT_DEFAULT = Funktionen.getProgVersionString();
public static final String CONFIG_FILE = "mediathek.xml";
Expand Down
6 changes: 3 additions & 3 deletions src/version.properties
@@ -1,4 +1,4 @@
#Sun, 05 Oct 2014 15:46:07 +0200
BUILD=8.056
DATE=05.10.2014 / 15\:46\:07
#Wed, 08 Oct 2014 12:46:50 +0200
BUILD=8.060
DATE=08.10.2014 / 12\:46\:50

0 comments on commit c0eb28a

Please sign in to comment.