OSDN Git Service

Set version to 1.8.3 for upcoming release.
authorDavid Cantrell <dcantrell@redhat.com>
Tue, 13 Mar 2007 17:03:02 +0000 (13:03 -0400)
committerDavid Cantrell <dcantrel@mortise.boston.redhat.com>
Wed, 2 May 2007 18:17:27 +0000 (14:17 -0400)
configure.ac
parted.lsm

index 9401d46..1655879 100644 (file)
@@ -23,10 +23,10 @@ dnl if backwards compatibility has been broken (eg. functions removed,
 dnl function signatures changed),
 dnl set PED_BINARY_AGE _and_ PED_INTERFACE_AGE to 0.
 PED_MAJOR_VERSION=1
-PED_MINOR_VERSION=9
-PED_MICRO_VERSION=9
-PED_INTERFACE_AGE=1
-PED_BINARY_AGE=1
+PED_MINOR_VERSION=8
+PED_MICRO_VERSION=3
+PED_INTERFACE_AGE=0
+PED_BINARY_AGE=0
 PED_VERSION_SUFFIX=
 PED_VERSION=$PED_MAJOR_VERSION.$PED_MINOR_VERSION.$PED_MICRO_VERSION$PED_VERSION_SUFFIX
 
index 6443514..23ff2b3 100644 (file)
@@ -1,6 +1,6 @@
 Begin4
 Title: parted 
-Version: 1.8.0
+Version: 1.8.3
 Entered-date: 
 Description: GNU Parted is a program for creating, destroying, resizing,
 checking and copying partitions, and the filesystems on them. This is useful for
@@ -10,8 +10,8 @@ Keywords: partition, partitioning, file system, format, hard disk, storage, disk
 Author: <clausen@gnu.org> (Andrew Clausen)
 Maintained-by: <parted-devel@lists.alioth.debian.org> (GNU Parted development team)
 Primary-site: ftp://ftp.gnu.org/gnu/parted
-1.1M parted-1.8.0.tar.bz2
-1.7M parted-1.8.0.tar.gz
+1.1M parted-1.8.3.tar.bz2
+1.7M parted-1.8.3.tar.gz
 Platforms: Linux, FreeBSD, BeOS; compiles with GCC and probably other C99 compilers.
 Copying-policy: GPL
 End