From 576ce0697d93caec5edfa6c0167dbb53d800cc87 Mon Sep 17 00:00:00 2001 From: Keith Winstein Date: Tue, 7 Feb 2012 17:28:00 -0500 Subject: [PATCH] Increment orig version number --- configure.ac | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d9f9cbb..c393d06 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.68]) -AC_INIT([mosh], [0.9a], [mosh-devel@mit.edu]) +AC_INIT([mosh], [0.9b], [mosh-devel@mit.edu]) AM_INIT_AUTOMAKE([-Wall -Werror]) AC_CONFIG_SRCDIR([src/frontend/mosh-client.cc]) AC_CONFIG_HEADERS([config.h]) diff --git a/debian/changelog b/debian/changelog index 01de5a6..1c2b48abc9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mosh (0.9b-0ubuntu1) oneiric; urgency=low + + * Merged Anders Kaseorg fixes to build system + + -- Keith Winstein Tue, 07 Feb 2012 17:27:42 -0500 + mosh (0.9a-0ubuntu1) oneiric; urgency=low * Edit README