Skip to content

Commit

Permalink
Bump version to 3.3u~
Browse files Browse the repository at this point in the history
  • Loading branch information
herbetom committed Nov 16, 2024
1 parent 13b690f commit 22b4527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FFDA_SITE_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
FFDA_SITE_VERSION_GIT := $(shell git -C $(FFDA_SITE_DIR) describe --tags --abbrev=0 | sed 's/-.*//')
#FFDA_SITE_VERSION_GIT := $(shell git -C $(FFDA_SITE_DIR) describe --tags --abbrev=0 | sed 's/-.*//')

FFDA_SITE_VERSION_FALLBACK := 3.1
FFDA_SITE_VERSION_FALLBACK := 3.3u
FFDA_SITE_VERSION := $(if $(FFDA_SITE_VERSION_GIT),$(FFDA_SITE_VERSION_GIT),$(FFDA_SITE_VERSION_FALLBACK))

DEFAULT_GLUON_RELEASE := $(FFDA_SITE_VERSION)~$(shell date '+%Y%m%d')
Expand Down

0 comments on commit 22b4527

Please sign in to comment.