Skip to content

Commit

Permalink
fixed typo in version string
Browse files Browse the repository at this point in the history
  • Loading branch information
kwindrem committed May 28, 2024
1 parent 93ff45e commit 5b9b70f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blindInstall/SetupHelperVersion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v8.3=4
v8.5
3 changes: 3 additions & 0 deletions changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v8.5:
fixed typo in version string (v8.4 was "v8.3=4")

v8.4:
Fixed: package install fails if it has older setup script
(for a while, packages could have their own helper files)
Expand Down
1 change: 1 addition & 0 deletions updatePackage
Original file line number Diff line number Diff line change
Expand Up @@ -1244,6 +1244,7 @@ for package in $packageList; do
*)
logMessage "ERROR: invalid end action $endAction"
esac
logMessage ""
done # for package

# review all file sets and report any that only contain sym links across all packages
Expand Down
Binary file modified venus-data-UninstallPackages.tgz
Binary file not shown.
Binary file modified venus-data.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v8.3=4
v8.5

0 comments on commit 5b9b70f

Please sign in to comment.