[pitivi] Back to development
- From: Alexandru Băluț <alexbalut src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] Back to development
- Date: Sun, 30 May 2021 18:13:37 +0000 (UTC)
commit 38c5a626e2450ffac1d4b253704a1f59cf779f9e
Author: Alexandru Băluț <alexandru balut gmail com>
Date: Sun May 30 20:13:17 2021 +0200
Back to development
docs/release.md | 6 +++---
meson.build | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/docs/release.md b/docs/release.md
index 0b59a4d7e..d30632781 100644
--- a/docs/release.md
+++ b/docs/release.md
@@ -104,10 +104,10 @@ If there are new maintainers.
7. Publish the archive on Gnome:
```
$ scp mesonbuild/meson-dist/pitivi-YYYY.MM.tar.xz GNOME-USER master gnome org:
- $ ssh GNOME-USER master gnome org -t ftpadmin install pitivi-YYYY.MM.Z.tar.xz
+ $ ssh GNOME-USER master gnome org -t ftpadmin install pitivi-YYYY.MM.tar.xz
```
The tarball will appear on
- https://download.gnome.org/sources/pitivi/YYYY.MM/pitivi-YYYY.MM.Z.tar.xz
+ https://download.gnome.org/sources/pitivi/YYYY.MM/pitivi-YYYY.MM.tar.xz
8. Spread the word about the release
* Send an [email](https://lists.freedesktop.org/archives/gstreamer-devel/2017-September/065566.html) to
gstreamer-devel lists freedesktop org
@@ -124,6 +124,6 @@ If there are new maintainers.
bug-fix release: `2020.09.1` -> `2020.09.2`.
Push to the official repo:
```
- $ commit -a -m "Back to development"
+ $ git commit -a -m "Back to development"
$ git push origin master
```
diff --git a/meson.build b/meson.build
index 7bf847347..1376cbf5c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('pitivi', 'c', version : '2021.05', meson_version : '>= 0.46.0')
+project('pitivi', 'c', version : '2021.05.1', meson_version : '>= 0.46.0')
host_system = host_machine.system()
pymod = import('python')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]