Skip to content

Commit

Permalink
forgot to update path to cups backend
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Dec 6, 2022
1 parent 8b36013 commit b68cefa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fs/bin/set_source_version
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [ -z "${AUTHOR}" ]; then
fi


for f in "fs/lib/cups/xpraforwarder" "xpra/__init__.py"; do
for f in "fs/lib/cups/backend/xpraforwarder" "xpra/__init__.py"; do
sed -i'' "s/__version__ = .*/__version__ = \"$NEWV\"/" $f
done

Expand Down
2 changes: 1 addition & 1 deletion fs/lib/cups/backend/xpraforwarder
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import subprocess, traceback
from urllib.parse import urlparse, parse_qs


__version__ = "4.4"
__version__ = "5.0"


#Writes a syslog entry (msg) at the default facility:
Expand Down

0 comments on commit b68cefa

Please sign in to comment.