From 5e3167e8569cf520fdcc674a60d0f5dc74f0a8f6 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 25 Jun 2012 21:35:30 -0400 Subject: [PATCH] Set version to 3.0.a0 --- configure.ac | 2 +- libqpdf/QPDF.cc | 2 +- manual/qpdf-manual.xml | 4 ++-- qpdf.spec | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 2f2fc56..b8435f6 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. dnl This config.in requires autoconf 2.5 or greater. AC_PREREQ([2.68]) -AC_INIT([qpdf],[2.3.1]) +AC_INIT([qpdf],[3.0.a0]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_FILES([autoconf.mk]) diff --git a/libqpdf/QPDF.cc b/libqpdf/QPDF.cc index b4bad4f..4849ae9 100644 --- a/libqpdf/QPDF.cc +++ b/libqpdf/QPDF.cc @@ -16,7 +16,7 @@ #include #include -std::string QPDF::qpdf_version = "2.3.1"; +std::string QPDF::qpdf_version = "3.0.a0"; static char const* EMPTY_PDF = "%PDF-1.3\n" diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml index 192d5c3..6fa4875 100644 --- a/manual/qpdf-manual.xml +++ b/manual/qpdf-manual.xml @@ -5,8 +5,8 @@ - - + + ]> diff --git a/qpdf.spec b/qpdf.spec index fb86c45..a51b34b 100644 --- a/qpdf.spec +++ b/qpdf.spec @@ -1,6 +1,6 @@ Summary: Command-line tools and library for transforming PDF files Name: qpdf -Version: 2.3.1 +Version: 3.0.a0 Release: 1%{?dist} License: Artistic Group: System Environment/Libraries -- libgit2 0.21.4