Add the version to the Makefile

Not quite the same format as for the kernel, but I want to do the normal
"edit the makefile before making a release" model that I'm used to.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Linus Torvalds 2011-09-26 11:04:50 -07:00
parent 13ef2fbbe5
commit 5c3bdd9fc8
2 changed files with 4 additions and 1 deletions

View file

@ -362,7 +362,7 @@ static void about_dialog(GtkWidget *w, gpointer data)
"program-name", "SubSurface",
"comments", "Half-arsed divelog software in C",
"license", "GPLv2",
"version", "1.0",
"version", VERSION_STRING,
"copyright", "Linus Torvalds 2011",
/* Must be last: */
logo_property, logo,