#156 closed defect (fixed)
There is no API to return the psLib library version
| Reported by: | Owned by: | Paul Price | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | IPP SDRS | Version: | unspecified |
| Severity: | normal | Keywords: | IPP-doc |
| Cc: |
Description
It is impossible to return the psLib library version (== tagname == $Name$) from the psLib library;
as seen by grepping the code, or libpslib.*
We need a call
const char *psLibVersion(void);
to return this information.
Change History (3)
comment:1 by , 22 years ago
| bug_group: | PSLib? → IPP-doc? |
|---|---|
| Component: | system → IPP SDRS |
| Keywords: | IPP-doc added; PSLib removed |
| product: | PSLib → IPP-doc |
| Resolution: | → fixed |
| Status: | new → closed |
comment:2 by , 22 years ago
| Keywords: | VERIFIED added |
|---|
Should be fixed in SDRS-07 and ADD-06 (7 September 2004).
comment:3 by , 22 years ago
| Keywords: | VERIFIED removed |
|---|
Note:
See TracTickets
for help on using tickets.

It was not specified, hence it has not been coded. I have added an entry to the
SDRS; it should be coded in the next cycle.
"\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}"