Deleted Added
full compact
version_helper.c (261897) version_helper.c (273929)
1/*
2 * Copyright 2014 Google Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met:
8 *

--- 15 unchanged lines hidden (view full) ---

24 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
26 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 */
30
31#if defined(HAVE_CONFIG_H)
1/*
2 * Copyright 2014 Google Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met:
8 *

--- 15 unchanged lines hidden (view full) ---

24 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
26 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 */
30
31#if defined(HAVE_CONFIG_H)
32#include "bconfig.h"
32#include "config.h"
33#endif
34
35#include <stdio.h>
36#include <stdlib.h>
37
38int
39main(void)
40{
41 printf("%s\n", PACKAGE_VERSION);
42 return EXIT_SUCCESS;
43}
33#endif
34
35#include <stdio.h>
36#include <stdlib.h>
37
38int
39main(void)
40{
41 printf("%s\n", PACKAGE_VERSION);
42 return EXIT_SUCCESS;
43}