Skip to content

Commit

Permalink
Changes the version to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mzimbres committed Apr 3, 2021
1 parent 22ef705 commit bf41acd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
5 changes: 1 addition & 4 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ EXTRA_DIST += $(top_srcdir)/src/check.sh
dist_man_MANS = $(top_srcdir)/doc/tsvtree.1

CLEANFILES =
#CLEANFILES += tsvtree
#CLEANFILES += tsvsim
#CLEANFILES += tsvsim.o
CLEANFILES += Makefile.dep

.PHONY: deb
Expand All @@ -59,7 +56,7 @@ deb: dist
tar -xvvzf $(distdir)-1.tar.gz; \
cd $(distdir)/debian; debuild --no-sign -j1

#backup_emails = foo@bar.de
backup_emails = foo@bar.de
.PHONY: backup
backup: $(tarball_dir).tar.gz
echo "Backup" | mutt -s "Backup" -a $< -- $(backup_emails)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([tsvtree], [1.0.5], [mzimbres@gmail.com])
AC_INIT([tsvtree], [1.0.6], [mzimbres@gmail.com])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([src/tsvtree.cpp])
AC_CONFIG_HEADERS([config.h])
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
tsvtree (1.0.6-1) unstable; urgency=medium

[ Marcelo Zimbres Silva ]
* Ports the build system to autools.

-- Marcelo Zimbres Silva <mzimbres@gmail.com> Sat, 03 Apr 2021 11:15:41 +0200

tsvtree (1.0.5-1) unstable; urgency=medium

[ Marcelo Zimbres Silva ]
Expand Down

0 comments on commit bf41acd

Please sign in to comment.