summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac8
-rw-r--r--parted.lsm6
2 files changed, 7 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 9401d46..1655879 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
diff --git a/parted.lsm b/parted.lsm
index 6443514..23ff2b3 100644
--- a/parted.lsm
+++ b/parted.lsm
@@ -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