Skip to content

Commit

Permalink
update version v3.2.26
Browse files Browse the repository at this point in the history
  • Loading branch information
ivokwee committed Sep 14, 2023
1 parent 3d4ac70 commit eefcbba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BRANCH=`git rev-parse --abbrev-ref HEAD` ## get active GIT branch
BRANCH:=`git rev-parse --abbrev-ref HEAD` ## get active GIT branch
BRANCH:=$(strip $(BRANCH))

run: sass version
Expand Down Expand Up @@ -88,12 +88,12 @@ FORCE: ;

##VERSION=`head -n1 VERSION`
DATE = `date +%y%m%d|sed 's/\ //g'`
VERSION = "v3.2.25-"$(BRANCH)""$(DATE)
VERSION = "v3.2.26"
BUILD := $(VERSION)"-"$(BRANCH)""$(DATE)

version:
@echo "new version ->" $(VERSION)
## sed -i "1s/.*/$(VERSION)/" VERSION
echo $(VERSION) > VERSION
@echo "new version ->" $(BUILD)
echo $(BUILD) > VERSION

LAST=awk -v RS='(\r?\n){3,}' 'NR<=4'
changelog:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.2.25-master230905
v3.2.26-master230914

0 comments on commit eefcbba

Please sign in to comment.