Update the way in which the makefile retrieves the current version number
This commit is contained in:
parent
b3032d1815
commit
eabbbcf6ee
2 changed files with 8 additions and 1 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -1,3 +1,10 @@
|
|||
polonius (0.4.5) bullseye; urgency=medium
|
||||
|
||||
* Updated the way in which the makefile
|
||||
retrieves the current version number
|
||||
|
||||
-- rail5 <andrew@rail5.org> Mon, 14 Aug 2023 17:17:04 -0400
|
||||
|
||||
polonius (0.4.4) bullseye; urgency=medium
|
||||
|
||||
* Dummy update for testing
|
||||
|
|
2
makefile
2
makefile
|
@ -1,6 +1,6 @@
|
|||
WIKIDIRECTORY=polonius.wiki
|
||||
WIKIUPSTREAM=https://github.com/rail5/polonius.wiki.git
|
||||
VERSION=`grep -E -o '[0-9\.]+' debian/changelog | head -n 1`
|
||||
VERSION=$$(dpkg-parsechangelog -l debian/changelog --show-field version)
|
||||
|
||||
all: update-version reader editor curses
|
||||
|
||||
|
|
Loading…
Reference in a new issue