mkrelease.sh now sees versions.

modularize
Sofus Albert Høgsbro Rose 2016-11-29 20:51:59 -05:00
parent 08907157ae
commit aed641ce39
Signed by: so-rose
GPG Key ID: 3D01BE95F3EFFEB9
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ INFO:
It's as simple or complex as you need it to be: 'convmlv -m <mlvfile>.mlv' is enough for good-looking output!
VERSION: 2.0.0
VERSION: 2.0.1
MANUAL DEPENDENCIES:
Place these in RES_PATH (see OPTIONS, BASIC). Keep in mind you also need dist. and pip packages.

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION="2_0_1"
VERSION=$(echo "$(./convmlv.sh -v)" | sed -e 's/\./\_/g')
#HOW TO USE (Linux and Mac):
# 1. Update version above.