Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf
diff options
context:
space:
mode:
authorMichael Meeks <mmeeks@src.gnome.org>2000-02-07 17:55:42 (GMT)
committer Michael Meeks <mmeeks@src.gnome.org>2000-02-07 17:55:42 (GMT)
commit521f4104fc29be7b981d1b3c8573f2062b0ed940 (patch)
treeb98ed29f769409e09c0fca014f8c0a2eaef35ef5 /pdf
parent2d0a6ca37b69db220234bb68c363920f40217420 (diff)
versioning the way xpdf does it.
Diffstat (limited to 'pdf')
-rw-r--r--pdf/xpdf/gpdf.cc2
-rw-r--r--pdf/xpdf/xpdfconfig.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/pdf/xpdf/gpdf.cc b/pdf/xpdf/gpdf.cc
index f1f1831..cbeef12 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 9816a08..742c49f 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"