diff options
author | Richard Hughes <richard@hughsie.com> | 2009-03-30 11:59:14 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2009-03-30 11:59:14 +0100 |
commit | 975f124255ff10201531204c5bac01b894b456a6 (patch) | |
tree | 4579c54d2190e4e19c9fd383d26e9f58611b3e54 | |
parent | f7e42348fc9d9eed5dafdc6f86ec0ce9a07f8f6f (diff) |
Released hal-info 20090330HAL_INFO_20090330
-rw-r--r-- | Makefile.am | 8 | ||||
-rw-r--r-- | VERSION | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 299d207..74b1f6c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,10 +51,10 @@ release-real: @echo "autoreconf" @echo "make dist" @echo "scp hal-info-\$$HAL_INFO_VERSION.tar.gz hal.freedesktop.org:/srv/hal.freedesktop.org/www/releases" - @echo "git-commit -m \"Released hal-info \$$HAL_INFO_VERSION\" VERSION" - @echo "git-push" - @echo "git-tag -m \"Released hal-info \$$HAL_INFO_VERSION\" -s HAL_INFO_\$$HAL_INFO_VERSION" - @echo "git-push --tags" + @echo "git commit -a -m \"Released hal-info \$$HAL_INFO_VERSION\"" + @echo "git push" + @echo "git tag -m \"Released hal-info \$$HAL_INFO_VERSION\" -s HAL_INFO_\$$HAL_INFO_VERSION" + @echo "git push --tags" @echo "-----------------------------------------------------------------" @echo "-----------------------------------------------------------------" @echo "" @@ -1 +1 @@ -20090309 +20090330 |