summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorpp <pp@455248ca-bdda-0310-9134-f4ebb693071a>2008-03-13 21:30:48 +0000
committerpp <pp@455248ca-bdda-0310-9134-f4ebb693071a>2008-03-13 21:30:48 +0000
commit8722a24c6929366ecadd91ba253538dea2c23065 (patch)
tree93fbb303ba7e5a8c25092c76e0e4e50e522c8f1a /src
parent0a89be14c4294d9da010569eb1246a834b464378 (diff)
- automatically add svn revision number to about window
git-svn-id: https://lampka.siedziba.pl:790/svn/repos/lingot-win32@302 455248ca-bdda-0310-9134-f4ebb693071a
Diffstat (limited to 'src')
-rw-r--r--src/lingot-mainframe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lingot-mainframe.c b/src/lingot-mainframe.c
index 5fcfdad..1fa61bc 100644
--- a/src/lingot-mainframe.c
+++ b/src/lingot-mainframe.c
@@ -99,7 +99,7 @@ void lingot_mainframe_callback_about(GtkWidget* w, LingotMainFrame* frame) {
gtk_show_about_dialog(NULL,
"name", "Lingot",
- "version", VERSION,
+ "version", VERSION REV,
"copyright", "\xC2\xA9 2004-2007 Ibán Cereijo Graña\n\xC2\xA9 2004-2007 Jairo Chapela Martínez",
"comments", _("Accurate and easy to use musical instrument tuner"),
"authors", authors,