summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-12-19 20:09:00 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-12-19 20:14:46 -0500
commitbd1d89779b749587c1b3b0a73e2f25c468227ccb (patch)
tree980d60edc9d58121174e163c48c14eb3f803b0a4
parentad24c2ba018047cac028712595e41ab8e69cecd5 (diff)
version 3v3
-rw-r--r--Makefile.am3
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index be93f08f..ee82e12b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -117,8 +117,7 @@ uninstall-hook: $(UNINSTALL_EXEC_HOOKS)
install-data-hook: $(INSTALL_DATA_HOOKS)
upload: all distcheck
- cp -v systemd-ui-$(VERSION).tar.xz /home/lennart/git.fedora/systemd-ui/
- scp systemd-ui-$(VERSION).tar.xz fdo:/srv/www.freedesktop.org/www/software/systemd/
+ scp systemd-ui-$(VERSION).tar.xz www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd/
git-tag:
git tag "v$(VERSION)" -m "systemd-ui $(VERSION)"
diff --git a/configure.ac b/configure.ac
index 50589fce..a3d3042d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
AC_PREREQ(2.63)
-AC_INIT([systemd-ui],[2],[systemd-devel@lists.freedesktop.org])
+AC_INIT([systemd-ui],[3],[systemd-devel@lists.freedesktop.org])
AC_CONFIG_SRCDIR([src/systemadm.vala])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])