Skip to content

Commit

Permalink
version-14
Browse files Browse the repository at this point in the history
  • Loading branch information
xaverW committed May 22, 2023
1 parent cf7fe37 commit 36d2353
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ public void searchNewProgramVersion(final boolean showAllways) {
SEARCH_URL = "https://www.p2tools.de";
SEARCH_URL_DOWNLOAD = "https://www.p2tools.de/download/";

// SEARCH_URL = "http://hugo.localhost:8080/";
// SEARCH_URL_DOWNLOAD = "http://hugo.localhost:8080/download/";


// if (ProgData.debug) {
// SEARCH_URL = "http://p2.localhost:8080";
// SEARCH_URL_DOWNLOAD = "http://p2.localhost:8080/download/";
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/version.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Mon, 15 May 2023 13:31:54 +0200
#Mon, 22 May 2023 11:17:41 +0200
#Thu Dec 16 13:48:06 CET 2021
DATE=15.05.2023
BUILD=11
DATE=22.05.2023
BUILD=8
VERSION=14

0 comments on commit 36d2353

Please sign in to comment.