## 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:
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.
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))