summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f476e42..5627ceb 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.3.0-rc0], [mosh-devel@mit.edu])
+AC_INIT([mosh], [1.3.0-rc2], [mosh-devel@mit.edu])
AM_INIT_AUTOMAKE([foreign std-options -Wall -Werror])
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 5040fe0..3d15b61 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
2016-12-29 Keith Winstein <mosh-devel@mit.edu>
-mosh (1.3.0-rc1) unstable; urgency=low
+mosh (1.3.0-rc2) unstable; urgency=low
* Version 1.3.0 released.