CMake: New version system: YearMonth (YYYYmm)-revision.

This commit is contained in:
Martin Duquesnoy
2009-07-06 00:55:47 +02:00
parent 0acbad7289
commit 139b0e9203
2 changed files with 5 additions and 3 deletions

View File

@@ -97,7 +97,7 @@ infobar_init(void)
barwin_refresh(infobar[sc].bar);
/* Default statustext is set here */
statustext = _strdup("WMFS-" WMFS_VERSION);
statustext = _strdup(WMFS_VERSION);
infobar_draw(sc);
}