Skip to content

Commit

Permalink
fix [r5349] missing PKGVERSION for build_windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sf-mensch committed Oct 3, 2024
1 parent c53ae5f commit 929b403
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build_windows/config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,9 @@
/* Define to 1 if you have the <xcurses.h> header file. */
/* #undef HAVE_XCURSES_H */

/* Define as const if the declaration of iconv() needs const. */
/* #undef ICONV_CONST */

/* Define to the sub-directory where libtool stores uninstalled libraries. */
/* #undef LT_OBJDIR */

Expand All @@ -780,6 +783,9 @@
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "[email protected]"

/* Bug URL instead of mailing list */
/* #undef PACKAGE_BUGREPORT_URL */

/* Define to the full name of this package. */
#define PACKAGE_NAME "GnuCOBOL"

Expand All @@ -798,6 +804,9 @@
/* Define a patch level (numeric, max. 8 digits) */
#define PATCH_LEVEL COB_NUM_TAR_DATE

/* PKG version string */
#define PKGVERSION "(" PACKAGE_NAME ") "


// Use \ to escape things, for example \\ for using in paths
// Use \" for paths with spaces
Expand Down

0 comments on commit 929b403

Please sign in to comment.