There are three ways to get the SST version number: From an unbuilt source tree: grep AC_INIT $<your_sst_topdir>/configure.ac From a built source tree: grep PACKAGE_VERSION $<your_sst_topdir>/sst/sst_config.h From the sst binary: sst --version