Bump to v0.0.1

This commit is contained in:
Dylan Lom 2021-02-01 22:28:13 +11:00
parent b9e2de053b
commit 32616752d1
3 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
a.out
dist
*.swp
*.tgz

View File

@ -1,3 +1,4 @@
VERSION = v0.0.1
SRCDIR = src
DISTDIR = dist
DISTBIN = $(DISTDIR)/usr/bin
@ -51,5 +52,8 @@ djl-utils.deb: dist
install: djl-utils.deb
dpkg -i dist/djl-utils.deb
tarball:
tar -czf $(VERSION).tgz LICENSE Makefile src/
clean:
rm -rf dist

View File

@ -1,5 +1,5 @@
Package: djl-utils
Version: 0.0
Version: 0.0.1
Section: custom
Priority: optional
Architecture: all