2.8.0

SVN-Revision: 1872
diff --git a/NEWS b/NEWS
index beb0bef..f7b9d3c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+Feb 04, 2010: libarchive 2.8.0 released
 Jan 17, 2010: Fix error handling for 'echo nonexistent | cpio -o'
 Jan 17, 2010: Don't use futimes() on Cygwin
 
diff --git a/build/version b/build/version
index e48f631..c18d3a7 100644
--- a/build/version
+++ b/build/version
@@ -1 +1 @@
-2007902a
+2008000
diff --git a/configure.ac b/configure.ac
index 2dcd03f..f0f8e32 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,8 +4,8 @@
 dnl In particular, this allows the version macro to be used in AC_INIT
 
 dnl These first two version numbers are updated automatically on each release.
-m4_define([LIBARCHIVE_VERSION_S],[2.7.902a])
-m4_define([LIBARCHIVE_VERSION_N],[2007902])
+m4_define([LIBARCHIVE_VERSION_S],[2.8.0])
+m4_define([LIBARCHIVE_VERSION_N],[2008000])
 
 dnl bsdtar and bsdcpio versioning tracks libarchive
 m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())
diff --git a/libarchive/archive.h b/libarchive/archive.h
index 000abae..53851c6 100644
--- a/libarchive/archive.h
+++ b/libarchive/archive.h
@@ -129,13 +129,13 @@
  *             (ARCHIVE_API_VERSION * 1000000 + ARCHIVE_API_FEATURE * 1000)
  * #endif
  */
-#define	ARCHIVE_VERSION_NUMBER 2007902
+#define	ARCHIVE_VERSION_NUMBER 2008000
 __LA_DECL int		archive_version_number(void);
 
 /*
  * Textual name/version of the library, useful for version displays.
  */
-#define	ARCHIVE_VERSION_STRING "libarchive 2.7.902a"
+#define	ARCHIVE_VERSION_STRING "libarchive 2.8.0"
 __LA_DECL const char *	archive_version_string(void);
 
 #if ARCHIVE_VERSION_NUMBER < 3000000