Browse Source

Direct people to send bug reports to the json-c google group.

tags/json-c-0.10-20120530
Eric Haszlakiewicz 13 years ago
parent
commit
781798ccdf
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      config.h.win32
  2. +1
    -1
      configure.in

+ 1
- 1
config.h.win32 View File

@@ -12,7 +12,7 @@
/* config.h.win32 Generated by configure. */

#define PACKAGE_STRING "JSON C Library 0.2"
#define PACKAGE_BUGREPORT "michael@metaparadigm.com"
#define PACKAGE_BUGREPORT "json-c@googlegroups.com"
#define PACKAGE_NAME "JSON C Library"
#define PACKAGE_TARNAME "json-c"
#define PACKAGE_VERSION "0.2"


+ 1
- 1
configure.in View File

@@ -1,7 +1,7 @@
AC_PREREQ(2.52)

# Process this file with autoconf to produce a configure script.
AC_INIT([json-c], 0.10, [michael@metaparadigm.com])
AC_INIT([json-c], 0.10, [json-c@googlegroups.com])

AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)



Loading…
Cancel
Save