diff options
author | unknown <df@pippilotta.erinye.com> | 2007-03-07 20:25:57 +0100 |
---|---|---|
committer | unknown <df@pippilotta.erinye.com> | 2007-03-07 20:25:57 +0100 |
commit | 6246edf728c71a1d6dfd89e85e338c733a8a4096 (patch) | |
tree | 6f08f12b761491e2cf1588fba3cf06906d41bfb1 /BitKeeper | |
parent | 4cb4899fa203a2c483188251e70e67d3ef00f682 (diff) | |
download | mariadb-git-6246edf728c71a1d6dfd89e85e338c733a8a4096.tar.gz |
adjust version string in mysql-5.0-community commit trigger
BitKeeper/triggers/post-commit:
adjust version string in 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 |