We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5a888a commit be6eaddCopy full SHA for be6eadd
Makefile
@@ -2,7 +2,7 @@
2
3
CURRENT_VERSION = 1.5.2
4
VERSION ?= 1.5.3
5
-VERSION_FILES = index.php bin/ cfg/ *.md css/ i18n/ img/ js/package.json js/privatebin.js lib/ Makefile tpl/ tst/
+VERSION_FILES = index.php bin/ cfg/ *.md doc/Installation.md css/ i18n/ img/ js/package.json js/privatebin.js lib/ Makefile tpl/ tst/
6
REGEX_CURRENT_VERSION := $(shell echo $(CURRENT_VERSION) | sed "s/\./\\\./g")
7
REGEX_VERSION := $(shell echo $(VERSION) | sed "s/\./\\\./g")
8
0 commit comments