Index: /trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 1635)
+++ /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 1636)
@@ -255,3 +255,4 @@
   arbitrary direction, instead of merging the data along a particular
   dimension.
+\item Added \code{psLibVersion} (bug 156).
 \end{itemize}
Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 1635)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 1636)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.87 2004-08-26 23:46:13 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.88 2004-08-27 20:51:33 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -156,4 +156,14 @@
 
 \section{System Utilities}
+
+\subsection{Configuration}
+
+It is important to be able to access the version of the code in use.
+\code{psLibVersion} shall return the current version of PSLib in use,
+as determined from CVS tags.
+
+\begin{verbatim}
+const char *psLibVersion(void);
+\end{verbatim}
 
 \subsection{Memory Management}
