aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--SBO-Lib/Changes2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 09512d8..97daf84 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
**[sbotools](https://pink-mist.github.io/sbotools/)** provides a ports-like interface to [slackbuilds.org](http://www.slackbuilds.org/).
## Changes
-* 2.4 - Unreleased
+* 2.4 - 2017-05-18
* Rewrite sboremove from the ground up so it relies less on global state
* Fix for parsing README with useradd/groupadd commands which span lines #57
* Add --reinstall option to sboinstall #58
diff --git a/SBO-Lib/Changes b/SBO-Lib/Changes
index f717c03..caf9b7a 100644
--- a/SBO-Lib/Changes
+++ b/SBO-Lib/Changes
@@ -1,4 +1,4 @@
-2.4 - Unreleased
+2.4 - 2017-05-18
* Rewrite sboremove from the ground up so it relies less on global state
* Fix for parsing README with useradd/groupadd commands which span lines
(https://github.com/pink-mist/sbotools/issues/57)