RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Anders F. Björklund
Root: /v/rpm/cvs Email: afb@rpm5.org
Module: xar Date: 13-Sep-2007 11:37:49
Branch: HEAD Handle: 2007091310374900
Modified files:
xar configure.ac
Log:
version bump, new email
Summary:
Revision Changes Path
1.7 +2 -2 xar/configure.ac
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: xar/configure.ac
============================================================================
$ cvs diff -u -r1.6 -r1.7 configure.ac
--- xar/configure.ac 12 Sep 2007 15:59:08 -0000 1.6
+++ xar/configure.ac 13 Sep 2007 09:37:49 -0000 1.7
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([OpenDarwin Xar], [1.5], [xar@opendarwin.org], [xar])
+AC_INIT([OpenDarwin Xar], [1.6dev], [xar-devel@googlegroups.com], [xar])
AC_CONFIG_SRCDIR([LICENSE])
dnl Revision number for libxar.
@@ -8,7 +8,7 @@
dnl xar version variables.
XAR_MAJOR_VERSION="1"
-XAR_MINOR_VERSION="5"
+XAR_MINOR_VERSION="6dev"
XAR_VERSION="${XAR_MAJOR_VERSION}.${XAR_MINOR_VERSION}"
AC_SUBST([XAR_MAJOR_VERSION])
AC_SUBST([XAR_MINOR_VERSION])
@@ .
Received on Thu Sep 13 11:37:49 2007