Skip to content

Commit

Permalink
Merge pull request #50 from amereghe/master
Browse files Browse the repository at this point in the history
Minor bug fixing in app version numbering and bump version number
  • Loading branch information
amereghe authored May 28, 2019
2 parents 3ee5902 + b5eae24 commit 6375863
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion utilities/bash/dot_profile
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,7 @@ sixdeskCheckAppVerBOINC(){
__lerr=1
sixdeskmess -1 "Unable to determine which is the latest version of ${appName} in ${newBuildPathDef}/${appName}_BOINC_versions.txt"
else
${appVer}=${__latestVersion}
appVer=${__latestVersion}
fi
else
local __BOINCversions=`grep -v '#' ${newBuildPathDef}/${appName}_BOINC_versions.txt`
Expand Down
4 changes: 2 additions & 2 deletions utilities/doc/incTitlePage.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
\end{flushright}
\begin{center}\Huge
\textbf{SixDesk} \\
\LARGE Version 2.1.0 \\
\LARGE Version 2.1.1 \\
\vspace*{8mm} the Simulation Environment for SixTrack\\
\vspace*{8mm}\textbf{User's Reference Manual}\\
\vspace*{8mm}\textbf{- \whichSixTrack{} -}
Expand All @@ -20,7 +20,7 @@
R.~De Maria, M.~Giovannozzi, E.~McIntosh, A.~Mereghetti, F.~Schmidt,
I.~Zacharov \\
\vspace*{2mm}Updated by:
P.~D.~Hermes, D.~Pellegrini, S.~Kostoglou
P.~D.~Hermes, X.~Lu, D.~Pellegrini, S.~Kostoglou
\end{center}
\begin{center}\large
\vspace*{10mm}\textbf{Abstract} \\
Expand Down
Binary file modified utilities/doc/sixdesk.pdf
Binary file not shown.

0 comments on commit 6375863

Please sign in to comment.