bump version to 7.0.0

This commit is contained in:
Christopher Roy Bratusek 2016-08-03 22:21:05 +02:00
parent dbac5397e4
commit 2324d2b90c
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
v6.4.0: v7.0.0:
::internal changes ::internal changes
- add PATCHIMAGE_DIR new internal variable - add PATCHIMAGE_DIR new internal variable
- add UNP_EXTRA_ARGS new internal variable - add UNP_EXTRA_ARGS new internal variable

View File

@ -1,9 +1,9 @@
#!/bin/bash #!/bin/bash
PATCHIMAGE_VERSION=6.4.0 PATCHIMAGE_VERSION=7.0.0
PATCHIMAGE_RELEASE=2016/08/03 PATCHIMAGE_RELEASE=2016/08/03
[[ -e $HOME/.patchimage.rc ]] && source $HOME/.patchimage.rc [[ -e ${HOME}/.patchimage.rc ]] && source ${HOME}/.patchimage.rc
setup_tools () { setup_tools () {