Chromium Code Reviews| Index: sdch/mac/config.h |
| =================================================================== |
| --- sdch/mac/config.h (revision 79245) |
| +++ sdch/mac/config.h (working copy) |
| @@ -1,3 +1,4 @@ |
| +/* src/config.h. Generated from config.h.in by configure. */ |
| /* src/config.h.in. Generated from configure.ac by autoheader. */ |
| /* Define to 1 if you have the <dlfcn.h> header file. */ |
| @@ -94,13 +95,13 @@ |
| #define PACKAGE_NAME "open-vcdiff" |
| /* Define to the full name and version of this package. */ |
| -#define PACKAGE_STRING "open-vcdiff 0.1" |
| +#define PACKAGE_STRING "open-vcdiff 0.7" |
| /* Define to the one symbol short name of this package. */ |
| #define PACKAGE_TARNAME "open-vcdiff" |
| /* Define to the version of this package. */ |
| -#define PACKAGE_VERSION "0.1" |
| +#define PACKAGE_VERSION "0.7" |
| /* Define to 1 if you have the ANSI C header files. */ |
| #define STDC_HEADERS 1 |
| @@ -109,4 +110,4 @@ |
| /* #undef VCDIFF_USE_BLOCK_COMPARE_WORDS */ |
|
Mark Mentovai
2011/03/29 01:38:56
I do like that you’ve synchronized this with the L
|
| /* Version number of package */ |
| -#define VERSION "0.1" |
| +#define VERSION "0.7" |