mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
* cfg.mk (git-version-gen-tag-sed-script): Remove trailing dash in regexp. * configure.ac: Likewise in the second argument to `AC_INIT'.
3 lines
153 B
Makefile
3 lines
153 B
Makefile
old_NEWS_hash = d41d8cd98f00b204e9800998ecf8427e
|
|
git-version-gen-tag-sed-script := \
|
|
's/^release_\([0-9]\+\)-\([0-9]\+\)-\([0-9]\+\)/v\1.\2\.\3/g'
|