summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeith Winstein <keithw@mit.edu>2013-03-27 00:28:47 -0400
committerKeith Winstein <keithw@mit.edu>2013-03-27 00:28:47 -0400
commit688bf21b079c7adf30b87e0f4d8b75e709d5d161 (patch)
tree2f28276a4966b18381120dd855bd076f0df94fee
parent61c6ee60118986aa1829f2ce868cedeabab5f341 (diff)
Bump version to 1.2.4mosh-1.2.4
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
-rwxr-xr-xscripts/mosh2
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 <mosh-devel@mit.edu>
+2013-03-27 Keith Winstein <mosh-devel@mit.edu>
* 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 <keithw@mit.edu> 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;