Skip to content
Snippets Groups Projects
Commit a3ce8e47 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

Update build-package script

parent 4907c7c8
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ git checkout origin/release -b release
# Get system parameters
arch_flag=`getconf -a|grep LONG_BIT | sed -e 's/LONG_BIT\s*//'`
os_version=`lsb_release -d -s -c | sed -e '1d'`
ver=0.9.4
ver=0.9.5
if [ $platform == "ubuntu" ];then
# Generate the changelog, according to the distribution and the git commit messages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment