Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor Entzian committed Nov 9, 2020
1 parent c6016f8 commit 85412b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

m4_define([idemuxCPP_version_major], [0])
m4_define([idemuxCPP_version_minor], [1])
m4_define([idemuxCPP_version_patch], [3])
m4_define([idemuxCPP_version_patch], [4])

my_url="my_url"
AC_PREREQ([2.59])
Expand Down
10 changes: 5 additions & 5 deletions src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* src/config.h.in. Generated from configure.ac by autoheader. */

/* Run in DEBUG mode with additional assertions and debug output */
#define DEBUG /**/
/* #undef DEBUG */

/* define if the Boost library is available */
#define HAVE_BOOST /**/
Expand Down Expand Up @@ -53,7 +53,7 @@
#define HAVE_UNISTD_H 1

/* Run in normal mode with minimal assertions */
/* #undef NDEBUG */
#define NDEBUG /**/

/* Name of package */
#define PACKAGE "idemuxcpp"
Expand All @@ -65,7 +65,7 @@
#define PACKAGE_NAME "idemuxcpp"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "idemuxcpp 0.1.3"
#define PACKAGE_STRING "idemuxcpp 0.1.4"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "idemuxcpp"
Expand All @@ -74,13 +74,13 @@
#define PACKAGE_URL "my_url "

/* Define to the version of this package. */
#define PACKAGE_VERSION "0.1.3"
#define PACKAGE_VERSION "0.1.4"

/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1

/* Version number of package */
#define VERSION "0.1.3"
#define VERSION "0.1.4"

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

0 comments on commit 85412b5

Please sign in to comment.