diff options
Diffstat (limited to 'python/_rpmdb.c')
-rw-r--r-- | python/_rpmdb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/_rpmdb.c b/python/_rpmdb.c index 3d93f6fc0..1bdcd111d 100644 --- a/python/_rpmdb.c +++ b/python/_rpmdb.c @@ -1,4 +1,4 @@ -/** \ingroup python +/** \ingroup py_c * \file python/_rpmdb.c */ @@ -92,7 +92,7 @@ #define PY_BSDDB_VERSION "3.4.2" -static char *rcs_id = "$Id: _rpmdb.c,v 1.7 2002/11/08 22:23:37 jbj Exp $"; +static char *rcs_id = "$Id: _rpmdb.c,v 1.8 2003/04/17 17:17:27 jbj Exp $"; #ifdef WITH_THREAD |