diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-05-08 10:43:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-05-08 10:43:48 +0000 |
commit | 7c7e70ad63b7d8312b88030b5c08e4c4b181b736 (patch) | |
tree | 12c8360cfc58946d07280e72194147ded042b84c /package | |
parent | 3800ac9e7746fc55a8e22afa55d951a9942b8866 (diff) | |
download | master-187ad058-7c7e70ad63b7d8312b88030b5c08e4c4b181b736.tar.gz master-187ad058-7c7e70ad63b7d8312b88030b5c08e4c4b181b736.tar.bz2 master-187ad058-7c7e70ad63b7d8312b88030b5c08e4c4b181b736.zip |
ustream-ssl: correct year in PKG_VERSION string
ustream-ssl: correct the year in the PKG_VERSION string, as both r45157 and
r45441 left the old year 2014 there. For a casual user it may seem that the
current code is from April 2014, although
a4ca61527236e89eb9efb782fd9bfd04796144e3 is from April 2015.
http://nbd.name/gitweb.cgi?p=ustream-ssl.git;a=commit;h=a4ca61527236e89eb9efb782fd9bfd04796144e3
https://dev.openwrt.org/changeset/45441/
https://dev.openwrt.org/changeset/45157/
signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45623 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/libs/ustream-ssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/ustream-ssl/Makefile b/package/libs/ustream-ssl/Makefile index 248ae1f5e5..6f652b9cb2 100644 --- a/package/libs/ustream-ssl/Makefile +++ b/package/libs/ustream-ssl/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ustream-ssl -PKG_VERSION:=2014-04-14 +PKG_VERSION:=2015-04-14 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git |