diff --git a/debian/changelog b/debian/changelog index 8aa38be..ced94c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ [ Drew Parsons ] * present FEniCS-X (dolfinx) 0.5 + - uses UFL 2022.2.0 * Standards-Version: 4.6.2 -- Debian Janitor Sat, 19 Nov 2022 02:29:24 -0000 diff --git a/debian/rules b/debian/rules index 0c8954d..2a4a2cc 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,7 @@ # FEniCS-X is now diverged away from legacy FEniCS, so use distinct versioning for legacy components -UFL_RELEASE_VERSION=2022.1.0 +UFL_RELEASE_VERSION=2022.2.0 UFL_MAJOR_VERSION=$(shell echo $(UFL_RELEASE_VERSION) | sed "s/^\([^.]*\)\..*$$/\1/") UFL_MINOR_VERSION=$(shell echo $(UFL_RELEASE_VERSION) | sed "s/^\([^.]*\)\.\([^.]*\)\..*$$/\2/") UFL_VERSION=$(UFL_MAJOR_VERSION).$(UFL_MINOR_VERSION)