diff options
author | Alex Chernyakhovsky <achernya@google.com> | 2022-08-04 17:15:43 -0400 |
---|---|---|
committer | Alex Chernyakhovsky <achernya@google.com> | 2022-08-04 17:15:43 -0400 |
commit | f3665fb99bffc5929193a204d8540d74749b52c3 (patch) | |
tree | f4e26047c03934d1c72dc7135df7e97354fcb3e7 | |
parent | fe72a3e084f0d37ee18a719f0ecde4aeb8af10e8 (diff) |
Switch 1.4.0-rc1 version to 1.3.2.95rc1mosh-1.3.2.95rc1
This helps to avoid problems when the 1.4.0 release is made and
distributions with version sort order think the rc sorts after
the non-suffixed version
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7b8e592..a865149 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.4.0-rc1], [mosh-devel@mit.edu]) +AC_INIT([mosh], [1.3.2.95rc1], [mosh-devel@mit.edu]) AM_INIT_AUTOMAKE([foreign std-options -Wall -Werror -Wno-portability]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CONFIG_SRCDIR([src/frontend/mosh-client.cc]) |