Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Stable to 1.0.0 #133

Merged
merged 2 commits into from
Nov 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: freecad
base: core22
version: "1.0.0rc2"
version: "1.0.0"
adopt-info: freecad
donation: https://wiki.freecad.org/Donate
issues: https://github.com/FreeCAD/FreeCAD-snap/issues
Expand Down Expand Up @@ -28,7 +28,7 @@ description: |
grade: stable
confinement: strict
compression: lzo
license: LGPL-2.0-or-later
license: LGPL-2.1-or-later
assumes: [snapd2.55.3] # for cups interface & private shared memory

layout:
Expand Down Expand Up @@ -155,7 +155,7 @@ parts:
freecad:
plugin: cmake
source: https://github.com/FreeCAD/FreeCAD.git
source-tag: 1.0rc2
source-tag: 1.0.0
cmake-parameters:
- -DCMAKE_INSTALL_PREFIX=/usr
- -DCMAKE_INSTALL_LIBDIR=lib
Expand Down