Skip to content

Commit be6eadd

Browse files
committed
needs to get incremented on releases as well
contains the sample SQL schema with version string
1 parent a5a888a commit be6eadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
CURRENT_VERSION = 1.5.2
44
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/
5+
VERSION_FILES = index.php bin/ cfg/ *.md doc/Installation.md css/ i18n/ img/ js/package.json js/privatebin.js lib/ Makefile tpl/ tst/
66
REGEX_CURRENT_VERSION := $(shell echo $(CURRENT_VERSION) | sed "s/\./\\\./g")
77
REGEX_VERSION := $(shell echo $(VERSION) | sed "s/\./\\\./g")
88

0 commit comments

Comments
 (0)