Skip to content

Commit a1ab27f

Browse files
author
Gregor Entzian
committed
v0.1.5
1 parent 84eaca4 commit a1ab27f

4 files changed

Lines changed: 18 additions & 4 deletions

File tree

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
History
33
=======
44

5+
0.1.5 (2020-11-18)
6+
------------------
7+
* increase maximal open file limit if required
8+
* fix i1 only mode
9+
510
0.1.4 (2020-11-09)
611
------------------
712

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
m4_define([idemuxCPP_version_major], [0])
33
m4_define([idemuxCPP_version_minor], [1])
4-
m4_define([idemuxCPP_version_patch], [4])
4+
m4_define([idemuxCPP_version_patch], [5])
55

66
my_url="my_url"
77
AC_PREREQ([2.59])

packaging/debian/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
idemuxcpp (0.1.4-1) UNRELEASED; urgency=medium
211

312
* added single end mode.

src/config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
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"
@@ -74,13 +74,13 @@
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 */

0 commit comments

Comments
 (0)