summaryrefslogtreecommitdiffstats
path: root/gtk-gui.c
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-09-26 11:04:50 -0700
committerGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-09-26 11:04:50 -0700
commit5c3bdd9fc85e1003a0537d286d968cdd008b1b95 (patch)
treeb58cf8f1d3758a7e6d1229f2da396410fa524b64 /gtk-gui.c
parent13ef2fbbe5d1e54b0b4474ce1133f83b5e1e8b80 (diff)
downloadsubsurface-5c3bdd9fc85e1003a0537d286d968cdd008b1b95.tar.gz
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>
Diffstat (limited to 'gtk-gui.c')
-rw-r--r--gtk-gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk-gui.c b/gtk-gui.c
index e15c94424..519bca507 100644
--- a/gtk-gui.c
+++ b/gtk-gui.c
@@ -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,