Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jarro2783/cxxopts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarryd Beck <jarro.2783@gmail.com>2018-04-12 01:14:07 +0300
committerJarryd Beck <jarro.2783@gmail.com>2018-04-12 01:14:07 +0300
commit00e8ecc482b79c04942fc2c08773618348bd0a6a (patch)
tree051abd559a92b638b62c51b840e08649e4da3ed9
parenta3ccf3e1f779bf541247246edd9da738a007a474 (diff)
Add a readme comment about versionsv2.1.1
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9e530fe..e575e61 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,10 @@
[![Build Status](https://travis-ci.org/jarro2783/cxxopts.svg?branch=master)](https://travis-ci.org/jarro2783/cxxopts)
+# Release versions
+
+Note that `master` is generally a work in progress, and you probably want to use a
+tagged release version.
+
# Quick start
This is a lightweight C++ option parser library, supporting the standard GNU