Skip to content

Commit 6375863

Browse files
authored
Merge pull request #50 from amereghe/master
Minor bug fixing in app version numbering and bump version number
2 parents 3ee5902 + b5eae24 commit 6375863

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

utilities/bash/dot_profile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1257,7 +1257,7 @@ sixdeskCheckAppVerBOINC(){
12571257
__lerr=1
12581258
sixdeskmess -1 "Unable to determine which is the latest version of ${appName} in ${newBuildPathDef}/${appName}_BOINC_versions.txt"
12591259
else
1260-
${appVer}=${__latestVersion}
1260+
appVer=${__latestVersion}
12611261
fi
12621262
else
12631263
local __BOINCversions=`grep -v '#' ${newBuildPathDef}/${appName}_BOINC_versions.txt`

utilities/doc/incTitlePage.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
\end{flushright}
1111
\begin{center}\Huge
1212
\textbf{SixDesk} \\
13-
\LARGE Version 2.1.0 \\
13+
\LARGE Version 2.1.1 \\
1414
\vspace*{8mm} the Simulation Environment for SixTrack\\
1515
\vspace*{8mm}\textbf{User's Reference Manual}\\
1616
\vspace*{8mm}\textbf{- \whichSixTrack{} -}
@@ -20,7 +20,7 @@
2020
R.~De Maria, M.~Giovannozzi, E.~McIntosh, A.~Mereghetti, F.~Schmidt,
2121
I.~Zacharov \\
2222
\vspace*{2mm}Updated by:
23-
P.~D.~Hermes, D.~Pellegrini, S.~Kostoglou
23+
P.~D.~Hermes, X.~Lu, D.~Pellegrini, S.~Kostoglou
2424
\end{center}
2525
\begin{center}\large
2626
\vspace*{10mm}\textbf{Abstract} \\

utilities/doc/sixdesk.pdf

713 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)