File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22History
33=======
44
5+ 0.1.5 (2020-11-18)
6+ ------------------
7+ * increase maximal open file limit if required
8+ * fix i1 only mode
9+
5100.1.4 (2020-11-09)
611------------------
712
Original file line number Diff line number Diff line change 11
22m4_define ( [ idemuxCPP_version_major] , [ 0] )
33m4_define ( [ idemuxCPP_version_minor] , [ 1] )
4- m4_define ( [ idemuxCPP_version_patch] , [ 4 ] )
4+ m4_define ( [ idemuxCPP_version_patch] , [ 5 ] )
55
66my_url="my_url"
77AC_PREREQ ( [ 2.59] )
Original file line number Diff line number Diff line change 1+ idemuxcpp (0.1.5-1) UNRELEASED; urgency=medium
2+
3+ 0.1.5 (2020-11-18)
4+ ------------------
5+ * increase maximal open file limit if required
6+ * fix i1 only mode
7+
8+ -- Gregor Entzian <gregor.entzian@lexogen.com> Wed, 18 Nov 2020 10:35:00 -0400
9+
110idemuxcpp (0.1.4-1) UNRELEASED; urgency=medium
211
312 * added single end mode.
Original file line number Diff line number Diff line change 6565#define PACKAGE_NAME "idemuxcpp"
6666
6767/* Define to the full name and version of this package. */
68- #define PACKAGE_STRING "idemuxcpp 0.1.4 "
68+ #define PACKAGE_STRING "idemuxcpp 0.1.5 "
6969
7070/* Define to the one symbol short name of this package. */
7171#define PACKAGE_TARNAME "idemuxcpp"
7474#define PACKAGE_URL "my_url "
7575
7676/* Define to the version of this package. */
77- #define PACKAGE_VERSION "0.1.4 "
77+ #define PACKAGE_VERSION "0.1.5 "
7878
7979/* Define to 1 if you have the ANSI C header files. */
8080#define STDC_HEADERS 1
8181
8282/* Version number of package */
83- #define VERSION "0.1.4 "
83+ #define VERSION "0.1.5 "
8484
8585/* Define to `unsigned int' if <sys/types.h> does not define. */
8686/* #undef size_t */
You can’t perform that action at this time.
0 commit comments