fix: tag version and readme

This commit is contained in:
Markus Pesch 2019-05-26 21:23:36 +02:00
parent ea024b830b
commit 15a90b1324
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# VERSION
# If no version is specified as a parameter of make, the last git hash
# value is taken.
VERSION?=latest
VERSION:=$(or ${TRAVIS_TAG}, latest)
# DOCKER_USER
DOCKER_USER?=volkerraschek

View File

@ -1,4 +1,4 @@
# cups
# cups [![Build Status](https://travis-ci.com/volker-raschek/cupsd.svg?branch=master)](https://travis-ci.com/volker-raschek/cupsd)
Common Unix Printing System (CUPS), is the most widely used printing system on Linux
systems. CUPS allows you to use, manage and share many printers on the network,
as it is designed as a client/server system.