From bd1d89779b749587c1b3b0a73e2f25c468227ccb Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Thu, 19 Dec 2013 20:09:00 -0500 Subject: version 3 --- Makefile.am | 3 +-- configure.ac | 2 +- 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]) -- cgit v1.2.3