From 688bf21b079c7adf30b87e0f4d8b75e709d5d161 Mon Sep 17 00:00:00 2001 From: Keith Winstein Date: Wed, 27 Mar 2013 00:28:47 -0400 Subject: [PATCH] Bump version to 1.2.4 --- ChangeLog | 2 +- configure.ac | 2 +- debian/changelog | 6 ++++++ scripts/mosh | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1964bfe..7d4c4f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2013-03-?? Keith Winstein +2013-03-27 Keith Winstein * Version 1.2.4 released. diff --git a/configure.ac b/configure.ac index 8220621..11d3ecc 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.61]) -AC_INIT([mosh], [1.2.3.95rc1], [mosh-devel@mit.edu]) +AC_INIT([mosh], [1.2.4], [mosh-devel@mit.edu]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CONFIG_SRCDIR([src/frontend/mosh-client.cc]) diff --git a/debian/changelog b/debian/changelog index b9ae34f..d5ba2ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mosh (1.2.4-1) unstable; urgency=low + + * Version 1.2.4 released. + + -- Keith Winstein Wed, 27 Mar 2013 00:17:39 -0400 + mosh (1.2.3.95rc1-1) unstable; urgency=low * Version 1.2.4 release candidate diff --git a/scripts/mosh b/scripts/mosh index 77626c5..30da42e 100755 --- a/scripts/mosh +++ b/scripts/mosh @@ -30,7 +30,7 @@ # this exception statement from all source files in the program, then # also delete it here. -my $MOSH_VERSION = '1.2.3.95rc1'; +my $MOSH_VERSION = '1.2.4'; use warnings; use strict;