Updated front end version number to 0.15-0

This commit is contained in:
Markus Rosenstihl
2014-12-15 20:45:44 +00:00
parent e457a5071f
commit f663759f58
4 changed files with 69 additions and 2 deletions

15
README
View File

@ -15,3 +15,18 @@ or
To start Damaris use for example:
/opt/damaris-private/bin/DAMARIS
Updatine debian/changelog
=========================
Use the following command to get all the commit messages:
Mac OS X:
svn2cl -i -a --stdout |gsed 's/^\t/ /'|gsed -e '/^[0-9]/d'
Linux:
svn2cl -i -a --stdout |sed 's/^\t/ /'|sed -e '/^[0-9]/d'