File: Revert-Bump-version-for-development.patch

package info (click to toggle)
gitg 44-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,176 kB
  • sloc: ansic: 1,636; ruby: 1,445; sh: 314; python: 261; xml: 57; makefile: 15
file content (21 lines) | stat: -rw-r--r-- 583 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: =?utf-8?q?Jeremy_B=C3=ADcha?= <jeremy.bicha@canonical.com>
Date: Wed, 6 Dec 2023 13:00:25 -0500
Subject: Revert "Bump version for development"

This reverts commit 587cbe32f73c8ba9105d43537c0ae73f535aefaa.
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 129aa52..03d3ccc 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'gitg', ['c', 'vala'],
-  version: '45.alpha',
+  version: '44',
   license: 'GPL2+',
   default_options: 'buildtype=debugoptimized',
   meson_version: '>= 0.50.0',