mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-12-26 17:21:50 +01:00
bump version to 7.0.0
This commit is contained in:
parent
dbac5397e4
commit
2324d2b90c
@ -1,4 +1,4 @@
|
||||
v6.4.0:
|
||||
v7.0.0:
|
||||
::internal changes
|
||||
- add PATCHIMAGE_DIR new internal variable
|
||||
- add UNP_EXTRA_ARGS new internal variable
|
||||
|
@ -1,9 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
PATCHIMAGE_VERSION=6.4.0
|
||||
PATCHIMAGE_VERSION=7.0.0
|
||||
PATCHIMAGE_RELEASE=2016/08/03
|
||||
|
||||
[[ -e $HOME/.patchimage.rc ]] && source $HOME/.patchimage.rc
|
||||
[[ -e ${HOME}/.patchimage.rc ]] && source ${HOME}/.patchimage.rc
|
||||
|
||||
setup_tools () {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user