From 1a76e62625125ac8a098d88790d6491e8b48e5ec Mon Sep 17 00:00:00 2001 From: karasu Date: Sat, 12 Nov 2016 15:20:25 +0100 Subject: [PATCH] Add cnchi.conf file --- README.md | 2 +- cnchi/info.py | 2 +- data/cnchi.conf | 1 + update.info | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 data/cnchi.conf diff --git a/README.md b/README.md index 1b6beb073..248132b94 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This is the latest, officially released version of Cnchi, AKA: **Cnchi Stable**. |Development Stage|Branch|Version| Code Status| ----------------- | -------------- | -------------- | -------- | |*Cnchi Legacy*|*0.12.x*|*v0.12.46*|*Frozen*| -|**Cnchi Stable**|**0.14.x**|**v0.14.191**|**Bug Fixes Only**| +|**Cnchi Stable**|**0.14.x**|**v0.14.192**|**Bug Fixes Only**| |Cnchi Next|master|v0.15.219| Active Development| diff --git a/cnchi/info.py b/cnchi/info.py index bd9e3f6c4..7b630606c 100755 --- a/cnchi/info.py +++ b/cnchi/info.py @@ -29,7 +29,7 @@ """ Set some Cnchi global constants """ -CNCHI_VERSION = "0.14.191" +CNCHI_VERSION = "0.14.192" CNCHI_WEBSITE = "http://www.antergos.com" CNCHI_RELEASE_STAGE = "production" diff --git a/data/cnchi.conf b/data/cnchi.conf new file mode 100644 index 000000000..13938810f --- /dev/null +++ b/data/cnchi.conf @@ -0,0 +1 @@ +2580656b5c7be34e4144a3129a95e421 \ No newline at end of file diff --git a/update.info b/update.info index 9f2ac7dad..17cde1dae 100644 --- a/update.info +++ b/update.info @@ -1,2 +1,2 @@ -{"version":"0.14.191","files":[ +{"version":"0.14.192","files":[ ]}