]> www.fi.muni.cz Git - evince.git/commitdiff
versioning the way xpdf does it.
authorMichael Meeks <mmeeks@src.gnome.org>
Mon, 7 Feb 2000 17:55:42 +0000 (17:55 +0000)
committerMichael Meeks <mmeeks@src.gnome.org>
Mon, 7 Feb 2000 17:55:42 +0000 (17:55 +0000)
pdf/xpdf/gpdf.cc
pdf/xpdf/xpdfconfig.h

index f1f18318178f0c3fc355992f01ef2e1ad1c8c2e9..cbeef126b3f2e252d961c5049841b79e6569abff 100644 (file)
@@ -316,7 +316,7 @@ container_about_cmd (GtkWidget *widget, Container *container)
     authors [i] = _(authors [i]);
 #endif
   
-  about = gnome_about_new (_("GPDF"), VERSION,
+  about = gnome_about_new (_("GPDF"), xpdfVersion,
                           _("(C) 1996-1999 Derek B. Noonburg."),
                           authors, NULL, NULL);
   
index 9816a0800b859d06c835d2e713d674e90729fcb8..742c49f7ed397d20ea3f69aa95847a45afc08631 100644 (file)
@@ -14,7 +14,7 @@
 //------------------------------------------------------------------------
 
 // xpdf version
-#define xpdfVersion "0.90"
+#define xpdfVersion "0.90.1"
 
 // supported PDF version
 #define pdfVersion "1.3"