diff options
author | Guillaume Rousse <guillomovitch@mandriva.org> | 2007-06-28 22:36:32 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mandriva.org> | 2007-06-28 22:36:32 +0000 |
commit | a900613c568eb336f4eccdec238c56fbae945137 (patch) | |
tree | debed0cac81cc30d487a21678c49e969eedb86e3 /Makefile | |
parent | 2b475a8e1df791a4f2349c6a47a6893bb6b22d8f (diff) | |
download | rpm-helper-a900613c568eb336f4eccdec238c56fbae945137.tar rpm-helper-a900613c568eb336f4eccdec238c56fbae945137.tar.gz rpm-helper-a900613c568eb336f4eccdec238c56fbae945137.tar.bz2 rpm-helper-a900613c568eb336f4eccdec238c56fbae945137.tar.xz rpm-helper-a900613c568eb336f4eccdec238c56fbae945137.zip |
bump release
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,11 +1,11 @@ PACKAGE = rpm-helper -VERSION = 0.18.5 +VERSION = 0.19 SVNPATH = svn+ssh://svn.mandriva.com/svn/soft/rpm/$(PACKAGE) SCRIPT_FILES = add-user del-user add-service del-service create-file \ add-group del-group add-shell del-shell verify-shell \ add-syslog del-syslog add-webapp del-webapp \ - get-free-syslog-facility get-password + get-free-syslog-facility get-password create-ssl-certificate MACROS_FILES = rpm-helper.macros FILES = AUTHORS README COPYING ChangeLog Makefile \ $(SCRIPT_FILES) $(MACROS_FILES:=.in) |