Skip to content

Commit

Permalink
sync: re-number beta
Browse files Browse the repository at this point in the history
keep github happy with branch syncs
  • Loading branch information
TuxVinyards committed Nov 27, 2024
1 parent fa7b2ac commit b48d91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qqX
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fi
# Beta version notation changes @ 24/11 with intro of 'floatversion' and improved sorting abilities
# Suffixes more closely follow 'semantic versioning' x.xx.xx-suffix > major.minor.point and with optional as -beta.01 etc
# Non-major non-zero numbers remain padded to 2dp to make easier reading in file managers
qqX_Version="1.11.0.01"
qqX_Version="1.11.0.02"

# Check name is okay. qqX but also lc qqx symlink.
if [[ "$(basename "$0")" == "qqX" ]] || [[ "$(basename "$0")" == "qqx" ]]; then true; else echo; echo "Main File Name ERROR"; echo; exit 1 ; fi
Expand Down

0 comments on commit b48d91b

Please sign in to comment.