aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-10-01 14:27:47 +0300
committerSergey Poznyakoff <gray@gnu.org>2016-10-01 14:27:47 +0300
commit370c4bab61d8d944b4f1f304ed00d6ceb6047b72 (patch)
tree87c92ff5fdf3b46dcd8fa28d1af3088bc8520416
parentc63c34d0a9f8ad48d59e24c87f0ed90fe6026894 (diff)
downloadrex-release-4.0.tar.gz
rex-release-4.0.tar.bz2
Version 4.0release-4.0
-rw-r--r--NEWS4
-rwxr-xr-xrex2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index f6138c3..694c4a2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,10 @@
-Rex NEWS -- history of user-visible changes. 2016-09-24
+Rex NEWS -- history of user-visible changes. 2016-10-01
Copyright (C) 2012-2016 Sergey Poznyakoff
See the end of file for copying conditions.
Please send bug reports and suggestions to <gray+rex@gnu.org.ua>
-Version 3.91 (Git)
+Version 4.0 (Git)
This release provide a set of commands for use in rc files. The use
of set statements and direct modification of the config array are
diff --git a/rex b/rex
index 92f9a07..1162c9a 100755
--- a/rex
+++ b/rex
@@ -17,7 +17,7 @@ exec expect "$0" -- "$@"
# You should have received a copy of the GNU General Public License
# along with Rex. If not, see <http://www.gnu.org/licenses/>.
-set version "3.91"
+set version "4.0"
set sysconfdir "/etc/rex"
set usrconfdir "$env(HOME)/.rex"
set confpath [list $usrconfdir $sysconfdir]

Return to:

Send suggestions and report system problems to the System administrator.