digideskio / protobuf-c

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

"protoc-c --version" reports wrong version #52

Open GoogleCodeExporter opened 8 years ago

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

  protoc-c --version

What is the expected output? 

  a version string containing the actual protobuf-c version numer,
  something containing e.g. 0.14

What do you see instead?

  libprotoc 2.3.0

What version of the product are you using? 

  protobuf-c-0.14 

On what operating system?

  Linux (Ubuntu 10.10 on x86_64)

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

GoogleCodeExporter commented 8 years ago
yeah, i hate this too... but i actually have no idea how to fix it....

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

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
With a simple change I was able to get version command to works as follows

#protoc-c  --version
protoc-c 0.15
libprotoc 2.4.1

I have attached the patch for this. 

Original comment by dear.c...@gmail.com on 12 Oct 2012 at 3:52

GoogleCodeExporter commented 8 years ago
Sorry forgot to attach the patch

Original comment by dear.c...@gmail.com on 12 Oct 2012 at 5:46

Attachments: