We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a9d920 commit affaecfCopy full SHA for affaecf
NEWS
@@ -1,3 +1,9 @@
1
+ticcltools 0.3 2017-04-04
2
+[Ko van der Sloot]
3
+* first official release.
4
+ - added functions to test on Word2Vec datafiles
5
+ - refactoring and modernizing stuff all around
6
+
7
ticcltools 0.3 2016-01-21
8
* upload ready
9
ticcltools 0.2 2016-01-14
configure.ac
@@ -1,10 +1,8 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
-# $Id: configure.ac 16569 2013-10-07 15:28:10Z sloot $
-# $URL $
AC_PREREQ(2.61)
-AC_INIT([ticcltools],[0.3],[[email protected]])
+AC_INIT([ticcltools],[0.4],[[email protected]])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([.])
10
AC_CONFIG_MACRO_DIR([m4])
0 commit comments