shiyilei / protobuf-c

Automatically exported from code.google.com/p/protobuf-c
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

No version information in header file #53

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

 Check protobuf-c.h for anything that would reveal the installed version

What is the expected output?

  Something like:

    #define PROTOBUF_C_MAJOR 0
    #define PROTOBUF_C_MINOR 14

What do you see instead?

    nothing

What version of the product are you using? On what operating system?

   protobuf-c-0.14 on Linux (Ubuntu 10.10 on x86_64)

Original issue reported on code.google.com by hartmut....@gmail.com on 31 Oct 2010 at 10:23

GoogleCodeExporter commented 8 years ago
yeah, we should probably provide those #defines.

but actually, they are often misleading, b/c sometimes you compile against a 
different version than you are running against.

Original comment by lahike...@gmail.com on 24 Nov 2010 at 2:44

GoogleCodeExporter commented 8 years ago
Committed to subversion (revision 324)

Original comment by lahike...@gmail.com on 2 Nov 2011 at 3:46

GoogleCodeExporter commented 8 years ago

Original comment by lahike...@gmail.com on 2 Nov 2011 at 3:46