mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 05:25:59 +01:00
update version number
This commit is contained in:
parent
c659361a43
commit
59921ba085
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -83,7 +83,7 @@ dist: clean
|
|||
$(QUIET)cp LICENSE Makefile config.mk common.mk README AUTHORS Doxyfile \
|
||||
${PROJECT}.1.rst ${PROJECT}rc.5.rst ${SOURCE} ${HEADER} ${PROJECT}.pc.in \
|
||||
${PROJECT}-${VERSION}
|
||||
$(QUIET)cp Makefile config.mk tests/*.c \
|
||||
$(QUIET)cp tests/Makefile tests/config.mk tests/*.c \
|
||||
${PROJECT}-${VERSION}/tests
|
||||
$(QUIET)tar -cf ${PROJECT}-${VERSION}.tar ${PROJECT}-${VERSION}
|
||||
$(QUIET)gzip ${PROJECT}-${VERSION}.tar
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# See LICENSE file for license and copyright information
|
||||
# zathura make config
|
||||
|
||||
VERSION = 0.0.8.1
|
||||
VERSION = 0.1.0
|
||||
|
||||
# the GTK version to use
|
||||
ZATHURA_GTK_VERSION ?= 2
|
||||
|
|
Loading…
Reference in a new issue