diff options
Diffstat (limited to 'ext/dba/libcdb/cdb.c')
| -rw-r--r-- | ext/dba/libcdb/cdb.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/dba/libcdb/cdb.c b/ext/dba/libcdb/cdb.c index fbc27eaceb..c4f1c625db 100644 --- a/ext/dba/libcdb/cdb.c +++ b/ext/dba/libcdb/cdb.c @@ -193,3 +193,10 @@ int cdb_find(struct cdb *c, char *key, unsigned int len TSRMLS_DC) return cdb_findnext(c, key, len TSRMLS_CC); } /* }}} */ + +/* {{{ cdb_version */ +char *cdb_version() +{ + return "0.75, $Revision$"; +} +/* }}} */ |
