Update FPGA version in the upload script

This commit is contained in:
2025-03-02 14:15:11 +01:00
parent fbdb3de175
commit d7b586452a
+1 -1
View File
@@ -4,7 +4,7 @@
# Copyright (2019-2024) Paul Scherrer Institute
#
export FPGA_VERSION=1.0.0-rc.24
export FPGA_VERSION=1.0.0-rc.31
export PACKAGE_VERSION_SEM=`head -n1 VERSION`
export PACKAGE_VERSION=${PACKAGE_VERSION_SEM//-/_}
export PACKAGE_VERSION_PYTHON=${PACKAGE_VERSION_SEM//-rc./rc}