Skip to content

Commit

Permalink
Bump the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
minfrin committed Apr 24, 2016
1 parent 0e69c51 commit d5f0e00
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Changes with v0.0.1
Changes with v1.0.0

*) Initial creation of the autotools. [Graham Leggett]

2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tarmux_LDADD = ${libarchive_LIBS}
tardemux_SOURCES = tardemux.c
tardemux_LDADD = ${libarchive_LIBS}

EXTRA_DIST = tarmux.spec
EXTRA_DIST = tarmux.spec debian/changelog debian/compat debian/control debian/copyright debian/docs debian/tarmux.dirs debian/rules debian/source/format
dist_man_MANS = tarmux.1 tardemux.1

tarmux.1: tarmux
Expand Down
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(tarmux, 0.0.1, minfrin@sharp.fm)
AC_INIT(tarmux, 1.0.0, minfrin@sharp.fm)
AM_INIT_AUTOMAKE([dist-bzip2])
AC_CONFIG_FILES([Makefile tarmux.spec])
AC_CONFIG_SRCDIR([tarmux.c])
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarmux (0.0.1) unstable; urgency=low
tarmux (1.0.0) stable; urgency=low

* Initial Release.

Expand Down
4 changes: 2 additions & 2 deletions tardemux.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
.TH TARMUX "1" "April 2016" "tarmux 0.0.1" "User Commands"
.TH TARMUX "1" "April 2016" "tarmux 1.0.0" "User Commands"
.SH NAME
tarmux \- manual page for tarmux 0.0.1
tarmux \- manual page for tarmux 1.0.0
.SH SYNOPSIS
.B tardemux
[\fI\,-f streamname\/\fR] [\fI\,-a\/\fR] [\fI\,-r\/\fR] [\fI\,file1\/\fR] [\fI\,file2\/\fR] [...]
Expand Down
4 changes: 2 additions & 2 deletions tarmux.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
.TH TARMUX "1" "April 2016" "tarmux 0.0.1" "User Commands"
.TH TARMUX "1" "April 2016" "tarmux 1.0.0" "User Commands"
.SH NAME
tarmux \- manual page for tarmux 0.0.1
tarmux \- manual page for tarmux 1.0.0
.SH SYNOPSIS
.B tarmux
[\fI\,-r\/\fR] [\fI\,-f streamname\/\fR] [\fI\,-n sourcename\/\fR] [\fI\,file1\/\fR] [\fI\,file2\/\fR] [...]
Expand Down

0 comments on commit d5f0e00

Please sign in to comment.