File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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] , [ 3 ] )
4+ m4_define ( [ idemuxCPP_version_patch] , [ 4 ] )
55
66my_url="my_url"
77AC_PREREQ ( [ 2.59] )
Original file line number Diff line number Diff line change 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 /**/
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"
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"
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 */
You can’t perform that action at this time.
0 commit comments