The next release will be Digitalis.

git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@244 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2003-06-01 14:28:03 +00:00
parent 044448812b
commit 202b021ebb
1 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/*-
* Copyright (c) 2002,2003 Networks Associates Technology, Inc.
* Copyright (c) 2002-2003 Networks Associates Technology, Inc.
* All rights reserved.
*
* This software was developed for the FreeBSD Project by ThinkSec AS and
@ -31,14 +31,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $P4: //depot/projects/openpam/include/security/openpam_version.h#8 $
* $P4: //depot/projects/openpam/include/security/openpam_version.h#9 $
*/
#ifndef _OPENPAM_VERSION_H_INCLUDED
#define _OPENPAM_VERSION_H_INCLUDED
#define _OPENPAM
#define _OPENPAM_VERSION 20030502
#define _OPENPAM_RELEASE "Dianthus"
#define _OPENPAM_VERSION 20030601
#define _OPENPAM_RELEASE "Digitalis"
#endif