diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-08-04 00:37:59 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-08-04 00:37:59 +0300 |
| commit | 981bdd5fa1c64f7e69b645032f16ccc38ed8a5a2 (patch) | |
| tree | 738d2e1fe88fd04491be4791a22d40d4a42c34dc | |
| parent | TODO (Know Bugs): Update (diff) | |
| download | guile-ssh-981bdd5fa1c64f7e69b645032f16ccc38ed8a5a2.tar.gz | |
NEWS: Bump version to 0.8.0v0.8.0
* NEWS: Bump version to 0.8.0.
* configure.ac, doc/version.texi: Likewise.
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | doc/version.texi | 6 |
3 files changed, 5 insertions, 5 deletions
@@ -7,7 +7,7 @@ Copyright (C) Artyom V. Poptsov <poptsov.artyom@gmail.com> are permitted in any medium without royalty provided the copyright notice and this notice are preserved. -* Unreleased +* Changes in version 0.8.0 (2015-08-04) ** Implement port forwarding ** Add distributed forms ** Require libssh 0.6.4 or 0.6.5 diff --git a/configure.ac b/configure.ac index 5169317..a7347dd 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ You should have received a copy of the GNU General Public License along with Guile-SSH. If not, see <http://www.gnu.org/licenses/>. ]]) -AC_INIT([Guile-SSH], [0.7.2], [poptsov.artyom@gmail.com], +AC_INIT([Guile-SSH], [0.8.0], [poptsov.artyom@gmail.com], [guile-ssh], [https://github.com/artyom-poptsov/guile-ssh]) diff --git a/doc/version.texi b/doc/version.texi index 55e3895..aced047 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 2 August 2015 +@set UPDATED 4 August 2015 @set UPDATED-MONTH August 2015 -@set EDITION 0.7.2 -@set VERSION 0.7.2 +@set EDITION 0.8.0 +@set VERSION 0.8.0 |
