Skip to content

Commit cf73e1f

Browse files
committed
Update version to 1.3.2 (fixes Debian revision inversion)
1 parent dedb2c5 commit cf73e1f

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

ChangeLog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
2017-07-20 Keith Winstein <[email protected]>
1+
2017-07-21 Keith Winstein <[email protected]>
22

3-
* Version 1.3.1 released.
3+
* Version 1.3.2 released.
44

55
* Platform support:
66
* Explicitly enable binding to both IPv4 and IPv6 addresses.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.61])
5-
AC_INIT([mosh], [1.3.1], [[email protected]])
5+
AC_INIT([mosh], [1.3.2], [[email protected]])
66
AM_INIT_AUTOMAKE([foreign std-options -Wall -Werror])
77
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
88
AC_CONFIG_SRCDIR([src/frontend/mosh-client.cc])

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
mosh (1.3.2-1) unstable; urgency=medium
2+
3+
* Version 1.3.2 released to unstable.
4+
* Fixes Debian revision inversion of 1.3.1-rc3-1 > 1.3.1-1
5+
6+
-- Keith Winstein <[email protected]> Fri, 21 Jul 2017 14:41:44 -0700
7+
18
mosh (1.3.1-1) unstable; urgency=medium
29

310
* Version 1.3.1 released to unstable.

0 commit comments

Comments
 (0)