From 4d1e09c91e3b1d5d5655f61d78934bfb5db7504f Mon Sep 17 00:00:00 2001 From: An Ko Date: Tue, 16 Feb 2016 00:08:40 +0000 Subject: Note that versions follow semver --- readme.markdown | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/readme.markdown b/readme.markdown index 81471e1..0f31192 100644 --- a/readme.markdown +++ b/readme.markdown @@ -58,13 +58,18 @@ If you want to add timestamps to each line for logging purposes, I recommend piping to the [moreutils package][3]'s `ts`. [These answers][4] feature various other tools good for the purpose. +## Versioning + +The git-tagged version numbers follow [semver][5]. + ## License -[ISC][5]. +[ISC][6]. [1]: http://www.freshports.org/security/xspy/ [2]: http://code.google.com/p/logkeys/ [3]: http://joeyh.name/code/moreutils/ [4]: http://stackoverflow.com/questions/21564/is-there-a-unix-utility-to-prepend-timestamps-to-lines-of-text -[5]: http://opensource.org/licenses/ISC +[5]: http://semver.org/ +[6]: http://opensource.org/licenses/ISC -- cgit v1.3-2-g0d8e