Skip to content

Commit 3c3b356

Browse files
committed
Bump version to 1.2.5.
Signed-off-by: John Hood <[email protected]>
1 parent fce56ae commit 3c3b356

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2015-06-?? Keith Winstein <[email protected]>
1+
2015-07-12 Keith Winstein <[email protected]>
22

33
* Version 1.2.5 released.
44

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.2.4.95rc2], [[email protected]])
5+
AC_INIT([mosh], [1.2.5], [[email protected]])
66
AM_INIT_AUTOMAKE([foreign -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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
mosh (1.2.5-1) unstable; urgency=low
2+
3+
* Version 1.2.5 released.
4+
5+
-- Keith Winstein <[email protected]> Sun, 12 Jul 2015 12:42:00 -0400
6+
17
mosh (1.2.4.95rc2-1) unstable; urgency=low
28

39
* Version 1.2.5 release candidate.

fedora/mosh.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: mosh
2-
Version: 1.2.4.95rc2
2+
Version: 1.2.5
33
Release: 1%{?dist}
44
Summary: Mobile shell that supports roaming and intelligent local echo
55

@@ -52,6 +52,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
5252

5353

5454
%changelog
55+
* Sun Jul 12 2015 John Hood <[email protected]> - 1.2.5-1
56+
- Update to mosh 1.2.5
57+
5558
* Fri Jun 26 2015 John Hood <[email protected]> - 1.2.4.95rc2-1
5659
- Update to mosh 1.2.4.95rc2
5760

0 commit comments

Comments
 (0)