diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-07-31 13:41:46 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-07-31 13:41:46 +0000 |
commit | 9b61e565bcf90aa5e3cc48a2f8aab8e01711c007 (patch) | |
tree | 2b6af2dfe44a50e13dcd9f8425365b4a64335ffb /Makefile | |
parent | c30a5b7b690021bc7228775dbb90ecf20e1bd9df (diff) | |
download | bootloader-utils-9b61e565bcf90aa5e3cc48a2f8aab8e01711c007.tar bootloader-utils-9b61e565bcf90aa5e3cc48a2f8aab8e01711c007.tar.gz bootloader-utils-9b61e565bcf90aa5e3cc48a2f8aab8e01711c007.tar.bz2 bootloader-utils-9b61e565bcf90aa5e3cc48a2f8aab8e01711c007.tar.xz bootloader-utils-9b61e565bcf90aa5e3cc48a2f8aab8e01711c007.zip |
re-sync after the big svn loss
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ UTILS = bootloader-utils.spec Makefile FILES = $(PL) $(SH_FILES) $(MAN) $(UTILS) $(FROMPERLFILES:%=%.pl) PACKAGE=bootloader-utils -VERSION=1.14 +VERSION=1.15 TAG = $(VERSION) SVN_URL := $(shell svn info | sed -n '/^URL[^:]*: *\(.*\)/s//\1/p') |