From: Michael Meeks Date: Mon, 7 Feb 2000 17:55:42 +0000 (+0000) Subject: versioning the way xpdf does it. X-Git-Tag: nautilus_ms_may_31~9 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=521f4104fc29be7b981d1b3c8573f2062b0ed940;p=evince.git versioning the way xpdf does it. --- diff --git a/pdf/xpdf/gpdf.cc b/pdf/xpdf/gpdf.cc index f1f18318..cbeef126 100644 --- a/pdf/xpdf/gpdf.cc +++ b/pdf/xpdf/gpdf.cc @@ -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); diff --git a/pdf/xpdf/xpdfconfig.h b/pdf/xpdf/xpdfconfig.h index 9816a080..742c49f7 100644 --- a/pdf/xpdf/xpdfconfig.h +++ b/pdf/xpdf/xpdfconfig.h @@ -14,7 +14,7 @@ //------------------------------------------------------------------------ // xpdf version -#define xpdfVersion "0.90" +#define xpdfVersion "0.90.1" // supported PDF version #define pdfVersion "1.3"