NOAA-EMC / wgrib2

Provides functionality for interacting with, reading, writing, and manipulating GRIB2 files.
12 stars 8 forks source link

version is wrong in output #102

Open edwardhartnett opened 3 months ago

edwardhartnett commented 3 months ago

We have:

ed@Pooh-Bah:~/wgrib2/b/wgrib2$ ./wgrib2 -h wgrib2 v3.1.4beta1 11/2023 Wesley Ebisuzaki, Reinoud Bokhorst, John Howard, Jaakko Hyvätti, Dusan Jovic, Daniel Lee, Kristian Nilssen, Karl Pfeiffer, Pablo Romero, Manfred Schwarb, Gregor Schee, Arlindo da Silva, Niklas Sondell, Sam Trahan, George Trojan, Sergey Varlamov

So this version is wrong. It needs to be set by CMake at build time. This is done through the cmake config file. (See #95).