Skip to content

Commit 462a3db

Browse files
committed
Bump version numbers
1 parent 2d58630 commit 462a3db

File tree

5 files changed

+21
-2
lines changed

5 files changed

+21
-2
lines changed

ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2012-03-14 Keith Winstein <[email protected]>
2+
3+
* Version 1.01 released.
4+
5+
* Roughly 40% less CPU usage.
6+
17
2012-03-12 Keith Winstein <[email protected]>
28

39
* Version 1.0 released.

NEWS

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2012-03-12
2+
----------
3+
4+
* Version 1.0 released
5+
16
2012-03-07 Release candidate (0.97):
27
------------------------------------
38

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.61])
5-
AC_INIT([mosh], [1.01pre], [[email protected]])
5+
AC_INIT([mosh], [1.01], [[email protected]])
66
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
77
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
88
AC_CONFIG_SRCDIR([src/frontend/mosh-client.cc])

debian/changelog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
mosh (1.01-1) unstable; urgency=low
2+
3+
* Version 1.01 released.
4+
5+
* Roughly 40% less CPU usage.
6+
7+
-- Keith Winstein <[email protected]> Wed, 14 Mar 2012 04:55:11 -0400
8+
19
mosh (1.0-1) unstable; urgency=low
210

311
* Version 1.0 released.

scripts/mosh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# You should have received a copy of the GNU General Public License
1717
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1818

19-
my $MOSH_VERSION = '1.01pre';
19+
my $MOSH_VERSION = '1.01';
2020

2121
use warnings;
2222
use strict;

0 commit comments

Comments
 (0)