aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar John Hood <cgull@glup.org>2015-06-08 22:04:36 -0400
committerGravatar Keith Winstein <keithw@mit.edu>2015-06-09 23:09:07 -0700
commitc532429784ecc43395ab78669fcfb89af90ba4d8 (patch)
tree20a5c442bd9e82f1bf78293b428aa6fe65fff556 /configure.ac
parent305fe612a4b38018f670b2465de3f1c58539fa9e (diff)
1.2.4.95rc1 pre-release.
Includes Debian and Fedora packaging. Mac OS X package build is still broken. Signed-off-by: John Hood <cgull@glup.org> Closes #625
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c4d5727..01c57cb 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.4a], [mosh-devel@mit.edu])
+AC_INIT([mosh], [1.2.4.95rc1], [mosh-devel@mit.edu])
AM_INIT_AUTOMAKE([foreign -Wall -Werror])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_SRCDIR([src/frontend/mosh-client.cc])