summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2003-12-11 12:02:26 +0100
committerunknown <serg@serg.mylan>2003-12-11 12:02:26 +0100
commit5fb80a0439ba44905343538cc6c978bd099374c2 (patch)
treecb4f182497e6d6491227f91c7a8d5e8aa1253890 /client
parent8086aa3542394a747aa39c29a061a93a8c1a5d65 (diff)
downloadmariadb-git-5fb80a0439ba44905343538cc6c978bd099374c2.tar.gz
mysqldump version updated
Diffstat (limited to 'client')
-rw-r--r--client/mysqldump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqldump.c b/client/mysqldump.c
index cdb0a62d4cc..5c3fa44e30b 100644
--- a/client/mysqldump.c
+++ b/client/mysqldump.c
@@ -37,7 +37,7 @@
** 10 Jun 2003: SET NAMES and --no-set-names by Alexander Barkov
*/
-#define DUMP_VERSION "10.2"
+#define DUMP_VERSION "10.3"
#include <my_global.h>
#include <my_sys.h>