From 22510f41306f9c133a7e99b61f9c38dabfd4b810 Mon Sep 17 00:00:00 2001
From: KaKi87 <kaki87@noreply.codeberg.org>
Date: Tue, 28 Feb 2023 15:08:40 +0000
Subject: [PATCH 1/2] Update semantic version according to specification

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index da32b30daa..0c6d5394a9 100644
--- a/Makefile
+++ b/Makefile
@@ -97,7 +97,7 @@ else
 endif
 
 # SemVer
-FORGEJO_VERSION := v2.0.0
+FORGEJO_VERSION := v2.0.0+0-gitea-1.19.0
 
 LDFLAGS := $(LDFLAGS) -X "main.MakeVersion=$(MAKE_VERSION)" -X "main.Version=$(GITEA_VERSION)" -X "main.Tags=$(TAGS)" -X "code.gitea.io/gitea/routers/api/forgejo/v1.ForgejoVersion=$(FORGEJO_VERSION)"
 

From c3d85d8409f1bb18a45659a167cf1ffee057f3b6 Mon Sep 17 00:00:00 2001
From: KaKi87 <kaki87@noreply.codeberg.org>
Date: Wed, 1 Mar 2023 20:42:22 +0000
Subject: [PATCH 2/2] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Makefile'?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 0c6d5394a9..7e1d83153b 100644
--- a/Makefile
+++ b/Makefile
@@ -97,7 +97,7 @@ else
 endif
 
 # SemVer
-FORGEJO_VERSION := v2.0.0+0-gitea-1.19.0
+FORGEJO_VERSION := 3.0.0+0-gitea-1.19.0
 
 LDFLAGS := $(LDFLAGS) -X "main.MakeVersion=$(MAKE_VERSION)" -X "main.Version=$(GITEA_VERSION)" -X "main.Tags=$(TAGS)" -X "code.gitea.io/gitea/routers/api/forgejo/v1.ForgejoVersion=$(FORGEJO_VERSION)"