Currently master's configure.ac has version 0.6, which makes it look older than the poppler-0.6 branch.
I propose that it should be set to something like 0.6.90 and that as soon as the next branch (eg poppler-0.7) is created it be updated to keep it ahead (eg to 0.7.90). This will allow any RC releases off of the next branch to count up from 0.6.91 (which should be the first commit after the branching) until the release at 0.7 or 0.7.0. The proposed patch is below:
>From c38b6d30e2ee04256d6754e26b789c2e25246d9c Mon Sep 17 00:00:00 2001 From: James Cloos <[EMAIL PROTECTED]> Date: Thu, 14 Feb 2008 12:16:04 -0500 Subject: [PATCH] Bump version to 0.6.90 Signed-off-by: James Cloos <[EMAIL PROTECTED]> --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 99ffbda..f5ee162 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(poppler, 0.6) +AC_INIT(poppler, 0.6.90) AM_INIT_AUTOMAKE([foreign]) AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(poppler/poppler-config.h) -- 1.5.4-rc2.GIT
-JimC -- James Cloos <[EMAIL PROTECTED]> OpenPGP: 1024D/ED7DAEA6
_______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
