Skip to content

Commit

Permalink
Switch 1.4.0-rc1 version to 1.3.2.95rc1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
achernya committed Aug 4, 2022
1 parent fe72a3e commit f3665fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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], [[email protected]])
AC_INIT([mosh], [1.3.2.95rc1], [[email protected]])
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])
Expand Down

0 comments on commit f3665fb

Please sign in to comment.