Changeset 5475


Ignore:
Timestamp:
Jul 7, 2008, 4:31:06 PM (16 years ago)
Author:
ole
Message:

FAQ update: get_revision_number()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/documentation/user_manual/anuga_user_manual.tex

    r5288 r5475  
    40184018
    40194019
     4020\subsubsection{How do I find out what version of \anuga I am running?}
     4021Use the following code snippet
     4022\begin{verbatim}
     4023from anuga.utilities.system_tools import get_revision_number
     4024print get_revision_number()
     4025\end{verbatim}
     4026This should work both for installations from SourceForge as well as when working off the repository.
     4027
     4028
     4029
     4030
    40204031\section{Modelling Questions}
    40214032
Note: See TracChangeset for help on using the changeset viewer.