summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <jani@hynda.mysql.fi>2001-09-03 16:16:07 +0300
committerunknown <jani@hynda.mysql.fi>2001-09-03 16:16:07 +0300
commitfa6b84fd3a2779e25b5f5e07bfce6f63a5d67f56 (patch)
treecb3cf06512c2cf01b869fe97f6110facaf2a6d1f
parent1b58776949a423c99c17843f1fd45d9ba0543d84 (diff)
downloadmariadb-git-fa6b84fd3a2779e25b5f5e07bfce6f63a5d67f56.tar.gz
Forgot to change the version number.
-rw-r--r--client/mysqldump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqldump.c b/client/mysqldump.c
index 92c419ad566..597a1393f69 100644
--- a/client/mysqldump.c
+++ b/client/mysqldump.c
@@ -37,7 +37,7 @@
** Tõnu Samuel <tonu@please.do.not.remove.this.spam.ee>
**/
-#define DUMP_VERSION "8.15"
+#define DUMP_VERSION "8.16"
#include <global.h>
#include <my_sys.h>