diff options
author | df@pippilotta.erinye.com <> | 2007-03-07 20:25:57 +0100 |
---|---|---|
committer | df@pippilotta.erinye.com <> | 2007-03-07 20:25:57 +0100 |
commit | f384e26171bdc46ae0a047a5d21536d07bb76044 (patch) | |
tree | 6f08f12b761491e2cf1588fba3cf06906d41bfb1 /BitKeeper | |
parent | fac19ef0e26f120025e3fda1b0cf6da4ba7e0457 (diff) | |
download | mariadb-git-f384e26171bdc46ae0a047a5d21536d07bb76044.tar.gz |
adjust version string in mysql-5.0-community commit trigger
Diffstat (limited to 'BitKeeper')
-rwxr-xr-x | BitKeeper/triggers/post-commit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BitKeeper/triggers/post-commit b/BitKeeper/triggers/post-commit index 8051cf98b7a..ce6d60fb933 100755 --- a/BitKeeper/triggers/post-commit +++ b/BitKeeper/triggers/post-commit @@ -5,7 +5,7 @@ FROM=$USER@mysql.com COMMITS=commits@lists.mysql.com DOCS=docs-commit@mysql.com LIMIT=10000 -VERSION="5.0" +VERSION="5.0-community" BKROOT=`bk root` if [ -x /usr/sbin/sendmail ]; then |