Author: post
Date: 2010-12-05 20:59:39 +0100 (Sun, 05 Dec 2010)
New Revision: 3668
Modified:
trunk/librawstudio/rs-exif.cc
Log:
More precise Rawstudio version (patch by Edouard Gomez)
Modified: trunk/librawstudio/rs-exif.cc
===================================================================
--- trunk/librawstudio/rs-exif.cc 2010-12-05 19:46:59 UTC (rev 3667)
+++ trunk/librawstudio/rs-exif.cc 2010-12-05 19:59:39 UTC (rev 3668)
@@ -108,7 +108,8 @@
Exiv2::ExifData *data = (Exiv2::ExifData *) exif_data;
/* Do some advertising while we're at it :) */
- (*data)["Exif.Image.ProcessingSoftware"] = "Rawstudio " VERSION;
+ (*data)["Exif.Image.Software"] = "Rawstudio " RAWSTUDIO_VERSION;
+ (*data)["Exif.Image.ProcessingSoftware"] = "Rawstudio "
RAWSTUDIO_VERSION;
/* Delete all tags from tags_to_delete */
while(tags_to_delete[i])
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit