Skip to content

Commit

Permalink
transition to GIT completed
Browse files Browse the repository at this point in the history
got NEWS!
  • Loading branch information
Ko van der Sloot authored and Ko van der Sloot committed Jan 14, 2016
1 parent b0e62ac commit 01b7b23
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
INSTALL
ChangeLog
Makefile
Makefile.in
aclocal.m4
Expand Down Expand Up @@ -43,3 +44,4 @@ src/tst.sh.log
src/tst.sh.trs
stamp-h1
test-driver
*.tar.gz
7 changes: 2 additions & 5 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# $Id$
# $URL$

ACLOCAL_AMFLAGS = -I m4 --install

SUBDIRS = src include examples m4 docs

EXTRA_DIST = bootstrap.sh AUTHORS TODO NEWS

ChangeLog: $(top_srcdir)/NEWS
svn update; svn2cl --include-rev
ChangeLog: NEWS
git pull; git2cl > ChangeLog
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.15 - 2016-01-14
[Ko van der Sloot]
* repository moved to GitHub
* added Travis support
* depends on ticuutils now.

0.14 - 2014-09-23
[Ko van der Sloot]
* fixed make 'distcheck', store intermediate results in /tmp
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([dimbl],[0.14],[[email protected]])
AC_INIT([dimbl],[0.15],[[email protected]])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit 01b7b23

Please sign in to comment.