From 521f4104fc29be7b981d1b3c8573f2062b0ed940 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Mon, 7 Feb 2000 17:55:42 +0000 Subject: [PATCH] versioning the way xpdf does it. --- pdf/xpdf/gpdf.cc | 2 +- pdf/xpdf/xpdfconfig.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 2.43.5