mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-09 16:55:16 +00:00
[SEMVER] 7.0.0+0-gitea-1.22.0
[SEMVER] 6.0.0+0-gitea-1.21.0 (cherry picked from commit4107d99f25
) (cherry picked from commit7e097b945c
) (cherry picked from commit431edaac36
) (cherry picked from commit51ecd89e31
) (cherry picked from commit734d7f5bc7
) (cherry picked from commitf34e88d00c
) (cherry picked from commitcd882a75f9
) (cherry picked from commit7dfa28db3f
) (cherry picked from commit4bdaeeb686
) (cherry picked from commita0e8285914
) (cherry picked from commit72991a99f3
) (cherry picked from commitc99949bbf7
) (cherry picked from commitd4dd7df8e7
) (cherry picked from commit1fe5c1e81e
) (cherry picked from commit969b727c50
) (cherry picked from commitf2061a87c0
) (cherry picked from commit2d75f86f0e
) (cherry picked from commit29119a870f
) (cherry picked from commit76dd36c9eb
) (cherry picked from commitea761bd43c
) (cherry picked from commit561faf9af5
) (cherry picked from commit78e512770f
) (cherry picked from commite16f5b02c6
) (cherry picked from commitc120212caf
) (cherry picked from commita4807748c3
) (cherry picked from commit78fd92eae3
)
This commit is contained in:
parent
9f76193ea4
commit
2f80066217
2
Makefile
2
Makefile
|
@ -95,7 +95,7 @@ endif
|
|||
VERSION = ${GITEA_VERSION}
|
||||
|
||||
# SemVer
|
||||
FORGEJO_VERSION := 5.0.0+0-gitea-1.20.0
|
||||
FORGEJO_VERSION := 7.0.0+0-gitea-1.22.0
|
||||
|
||||
LDFLAGS := $(LDFLAGS) -X "main.MakeVersion=$(MAKE_VERSION)" -X "main.Version=$(GITEA_VERSION)" -X "main.Tags=$(TAGS)" -X "main.ForgejoVersion=$(FORGEJO_VERSION)"
|
||||
|
||||
|
|
Loading…
Reference in a new issue