Skip to content

Commit 8f2ed30

Browse files
authored
Merge pull request #8 from aspose-barcode/develop
Release 25.11
2 parents 250216c + 016a817 commit 8f2ed30

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

bin/start_server.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set SCRIPT_DIR=%~dp0
44

55
:: Define the path to the JAR file relative to bin/
6-
set JAR_PATH=%SCRIPT_DIR%..\lib\aspose-barcode-php-25.7.jar
6+
set JAR_PATH=%SCRIPT_DIR%..\lib\aspose-barcode-php-25.11.jar
77

88
:: Define the log file path
99
set LOG_FILE=%SCRIPT_DIR%\server.log

bin/start_server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
55

66
# Define the path to the JAR file relative to this script
7-
JAR_PATH="$SCRIPT_DIR/../lib/aspose-barcode-php-25.7.jar"
7+
JAR_PATH="$SCRIPT_DIR/../lib/aspose-barcode-php-25.11.jar"
88

99
# Define the log file path (optional)
1010
LOG_FILE="$SCRIPT_DIR/server.log"

0 commit comments

Comments
 (0)