utils/bump: Another fix to date conversion code = =
This commit is contained in:
parent
1c94601e98
commit
1cc653dbac
@ -7,7 +7,7 @@
|
||||
NUMDATE = $(shell date '+%Y/%m/%d')
|
||||
CNDATE = $(shell date '+%Y年%-m月' | \
|
||||
LANG=zh_CN.UTF-8 sed 'y/0123456789/〇一二三四五六七八九/'| \
|
||||
LANG=zh_CN.UTF-8 sed 's/一〇月/十月/g; s/一一月/十一月/g')
|
||||
LANG=zh_CN.UTF-8 sed 's/一〇月/十月/g; s/一一月/十一月/g; s/一二月/十二月/g')
|
||||
VER_GEN = $(if $(MINORVER),$(MAJORVER)$(1)$(MINORVER),$(MAJORVER))
|
||||
|
||||
revbump:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user