summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGravatar An Ko2016-02-16 00:08:40 +0000
committerGravatar An Ko2016-02-16 00:08:40 +0000
commit4d1e09c91e3b1d5d5655f61d78934bfb5db7504f (patch)
tree5b16c02cfb9a814a05b4cd36f69a8abc5827516f
parent5f73713f5bc7a9081054bfc2a6c9b36f766498af (diff)
downloadxkbcat-4d1e09c91e3b1d5d5655f61d78934bfb5db7504f.tar.gz
xkbcat-4d1e09c91e3b1d5d5655f61d78934bfb5db7504f.zip
Note that versions follow semver
-rw-r--r--readme.markdown9
1 files 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