Skip to content

Commit

Permalink
Bump beta to 39650
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianinsaval committed Dec 16, 2024
1 parent efc7170 commit 8cd5c24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions org.freecad.FreeCAD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ modules:
sources:
- type: git
url: https://github.com/FreeCAD/FreeCAD.git
commit: cdb92768fe4f33d900664415c613f9eced5b8927
commit: aa228f2b329793326589b760767e48f49cb7eb1c
- type: patch
path: patches/OpenSCAD_transfermechanism.patch
- type: file
Expand All @@ -792,7 +792,7 @@ modules:
# to obtain the revcount for a given gitRef (commit hash, branch or tag) run
# echo $(($(curl -s 'https://api.github.com/repos/FreeCAD/FreeCAD/compare/120ca87015...'"$gitRef"'' | grep '"ahead_by":' | sed -s 's/ //g;s/"ahead_by"://;s/,//')+1))
- |
revcount=39241
revcount=39650
sed -i 's|${PACKAGE_WCREF}|'"$revcount"' (Git)|' src/Build/Version.h.cmake
sed -i 's|@PACKAGE_VERSION@|@PACKAGE_VERSION@.'"$revcount"'|' src/XDGData/org.freecad.FreeCAD.metainfo.xml.in
sed -i 's|${PACKAGE_WCURL}|https://github.com/FreeCAD/FreeCAD.git|' src/Build/Version.h.cmake
Expand Down

0 comments on commit 8cd5c24

Please sign in to comment.