Skip to content

Commit 85412b5

Browse files
author
Gregor Entzian
committed
v0.1.4
1 parent c6016f8 commit 85412b5

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

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], [3])
4+
m4_define([idemuxCPP_version_patch], [4])
55

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

src/config.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* src/config.h.in. Generated from configure.ac by autoheader. */
33

44
/* Run in DEBUG mode with additional assertions and debug output */
5-
#define DEBUG /**/
5+
/* #undef DEBUG */
66

77
/* define if the Boost library is available */
88
#define HAVE_BOOST /**/
@@ -53,7 +53,7 @@
5353
#define HAVE_UNISTD_H 1
5454

5555
/* Run in normal mode with minimal assertions */
56-
/* #undef NDEBUG */
56+
#define NDEBUG /**/
5757

5858
/* Name of package */
5959
#define PACKAGE "idemuxcpp"
@@ -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.3"
68+
#define PACKAGE_STRING "idemuxcpp 0.1.4"
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.3"
77+
#define PACKAGE_VERSION "0.1.4"
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.3"
83+
#define VERSION "0.1.4"
8484

8585
/* Define to `unsigned int' if <sys/types.h> does not define. */
8686
/* #undef size_t */

0 commit comments

Comments
 (0)