Browse Source

Bump version to v1.5.0; add package feed

RISCi_ATOM 4 years ago
parent
commit
4640a6a946
3 changed files with 4 additions and 3 deletions
  1. 2 2
      docs/FAQ.md
  2. 1 0
      feeds.conf.default
  3. 1 1
      include/version.mk

+ 2 - 2
docs/FAQ.md

@@ -22,7 +22,7 @@ make improvements that benefit the community as a whole.
 
 ## What devices does libreCMC work with?
 
-The libreCMC project supports mostly consumer-grade router and a few other
+The libreCMC project supports mostly consumer-grade routers and a few other
 embedded devices.  This list can be found on the Supported Hardware page. While
 this list is not extensive, the libreCMC project has very strict requirements
 for supporting devices. Some examples include:
@@ -33,7 +33,7 @@ software. The project will still consider some level of support if it does not
 meet this requirement and meets all of the other requirements.
 
 * The hardware can't require non-free software or binary blobs to work. Non-free
-Software / Blobs are pieces of software where we (the community) does not have
+Software / Blobs are pieces of software where we (the community) do not have
 the source code under a proper Free Software [1] license. Non-free Software and
 blobs make supporting a device for any length of time a chore and usually
 support evaporates when device vendors stop releasing new blobs / components.

+ 1 - 0
feeds.conf.default

@@ -0,0 +1 @@
+src-git packages https://gogs.librecmc.org/librecmc/package-feed.git;v1.5

+ 1 - 1
include/version.mk

@@ -26,7 +26,7 @@ PKG_CONFIG_DEPENDS += \
 sanitize = $(call tolower,$(subst _,-,$(subst $(space),-,$(1))))
 
 VERSION_NUMBER:=$(call qstrip,$(CONFIG_VERSION_NUMBER))
-VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),v1.5.0-rc3)
+VERSION_NUMBER:=$(if $(VERSION_NUMBER),$(VERSION_NUMBER),v1.5.0)
 
 VERSION_CODE:=$(call qstrip,$(CONFIG_VERSION_CODE))
 VERSION_CODE:=$(if $(VERSION_CODE),$(VERSION_CODE),$(REVISION))