Skip to content

Commit ccde228

Browse files
authored
updated version numbers to v3.1.1 (#1513)
1 parent 1d2ac96 commit ccde228

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

sdbuild/packages/pynq/pre.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sudo cp $script_dir/boardname.sh $target/etc/profile.d
1616

1717

1818
# 2. Create and copy the REVISION file
19-
echo "Release 3.1 (Carlisle) $(date +'%Y_%m_%d') $(git rev-parse --short=7 --verify HEAD)" \
19+
echo "Release 3.1.1 (Carlisle) $(date +'%Y_%m_%d') $(git rev-parse --short=7 --verify HEAD)" \
2020
> $BUILD_ROOT/PYNQ/REVISION
2121

2222
if [ ${PYNQ_BOARD} != "Unknown" ]; then

sdbuild/ubuntu/jammy/aarch64/patch/etc/lsb-release.diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
-DISTRIB_CODENAME=jammy
77
-DISTRIB_DESCRIPTION="Ubuntu 22.04 LTS"
88
+DISTRIB_ID=pynqlinux
9-
+DISTRIB_RELEASE=v3.1
9+
+DISTRIB_RELEASE=v3.1.1
1010
+DISTRIB_CODENAME=Carlisle
1111
+DISTRIB_DESCRIPTION="PYNQ Linux, based on Ubuntu 22.04"

sdbuild/ubuntu/jammy/aarch64/patch/usr/lib/os-release.diff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
-BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
1414
-PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
1515
+NAME="PynqLinux"
16-
+VERSION="3.1 (Carlisle)"
16+
+VERSION="3.1.1 (Carlisle)"
1717
+ID=pynqlinux
1818
+ID_LIKE=ubuntu
1919
+PRETTY_NAME="PynqLinux, based on Ubuntu 22.04"
20-
+VERSION_ID="3.1"
20+
+VERSION_ID="3.1.1"
2121
+HOME_URL="https://www.pynq.io/"
2222
+SUPPORT_URL="https://discuss.pynq.io/"
2323
+BUG_REPORT_URL="https://www.pynq.io"

sdbuild/ubuntu/jammy/arm/patch/etc/lsb-release.diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
-DISTRIB_CODENAME=jammy
77
-DISTRIB_DESCRIPTION="Ubuntu 22.04 LTS"
88
+DISTRIB_ID=pynqlinux
9-
+DISTRIB_RELEASE=v3.1
9+
+DISTRIB_RELEASE=v3.1.1
1010
+DISTRIB_CODENAME=Carlisle
1111
+DISTRIB_DESCRIPTION="PYNQ Linux, based on Ubuntu 22.04"

sdbuild/ubuntu/jammy/arm/patch/usr/lib/os-release.diff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
-BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
1414
-PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
1515
+NAME="PynqLinux"
16-
+VERSION="3.1 (Carlisle)"
16+
+VERSION="3.1.1 (Carlisle)"
1717
+ID=pynqlinux
1818
+ID_LIKE=ubuntu
1919
+PRETTY_NAME="PynqLinux, based on Ubuntu 22.04"
20-
+VERSION_ID="3.1"
20+
+VERSION_ID="3.1.1"
2121
+HOME_URL="https://www.pynq.io/"
2222
+SUPPORT_URL="https://discuss.pynq.io/"
2323
+BUG_REPORT_URL="https://www.pynq.io"

0 commit comments

Comments
 (0)