diff options
author | Johan Dahlin <jdahlin@async.com.br> | 2008-10-31 21:19:11 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-10-31 21:19:11 +0000 |
commit | 400139c0b7f1152400e66424e197f66615820bc2 (patch) | |
tree | 24c2c93b2152fdf173089a968d1fd0d17f05bcf4 /Makefile.am | |
parent | 18b4e2454472d30bd2750a0161ec8567dfe968c5 (diff) | |
download | gobject-introspection-400139c0b7f1152400e66424e197f66615820bc2.tar.gz |
Post release version bump
2008-10-31 Johan Dahlin <jdahlin@async.com.br>
* configure.ac: Post release version bump
svn path=/trunk/; revision=856
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 164ed193..f663fcae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,5 +46,5 @@ release-tag: $$ROOT/tags/GOBJECT_INTROSPECTION_$$SVNVERSION upload-release: $(distdir).tar.gz - scp dist/$(distdir).tar.gz gnome.org: + scp $(distdir).tar.gz gnome.org: ssh gnome.org install-module $(distdir).tar.gz |