Updated front end version number to 0.15-0
This commit is contained in:
15
README
15
README
@ -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'
|
||||
|
||||
|
Reference in New Issue
Block a user