diff options
author | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-07-22 11:23:00 +0000 |
---|---|---|
committer | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-07-22 11:23:00 +0000 |
commit | fff701c65b7c544a26d31f75b5d6a36918817a0c (patch) | |
tree | 58d5385c640b49ef749b633976eeb276d2f18a8d | |
parent | 9ffc5d357985703be6e513140cf7ac2ce5c44d7b (diff) |
# BUILD : 1.7.14 (1098) # BUGS : # NOTES : db-merger booboo
git-svn-id: svn://svn.anope.org/anope/trunk@1098 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@822 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | src/tools/db-merger.c | 2 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/tools/db-merger.c b/src/tools/db-merger.c index 3ce9ede03..918584e58 100644 --- a/src/tools/db-merger.c +++ b/src/tools/db-merger.c @@ -1662,7 +1662,7 @@ dbFILE *open_db_read(const char *service, const char *filename, int version) } /* Open a database file for reading and check for the version */ -dbFILE *open_db_write(const char *service, const char *filename, uint32 version) +dbFILE *open_db_write(const char *service, const char *filename, int version) { dbFILE *f; int fd; diff --git a/version.log b/version.log index 68e3d9803..9b7af37b7 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="14" VERSION_EXTRA="" -VERSION_BUILD="1097" +VERSION_BUILD="1098" # $Log$ # +# BUILD : 1.7.14 (1098) +# BUGS : +# NOTES : db-merger booboo +# # BUILD : 1.7.14 (1097) # BUGS : # NOTES : another fix for db-merger and epona2anope |