fix version string on config.h.cmake

It was messing up with version string on project files.
This commit is contained in:
Guilherme Brondani Torri 2013-06-14 20:35:19 +02:00
parent d155fc34cb
commit 53ce1e1f90

View File

@ -5,5 +5,5 @@
#cmakedefine LIBRARYDIR "${CMAKE_INSTALL_PREFIX}/share/qucs/library/"
#cmakedefine OCTAVEDIR "${CMAKE_INSTALL_PREFIX}/share/qucs/octave/"
#define PACKAGE_VERSION "0.17.0"
#define PACKAGE_STRING "qucs 0.17.0"
#define PACKAGE_VERSION "0.0.17"
#define PACKAGE_STRING "qucs 0.0.17"