Module Name: src
Committed By: reinoud
Date: Tue Jun 23 20:13:37 UTC 2009
Modified Files:
src/sys/fs/udf: udf.h
Log Message:
Bump the NetBSD kernel UDF id to version 0.5
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/fs/udf/udf.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/fs/udf/udf.h
diff -u src/sys/fs/udf/udf.h:1.32 src/sys/fs/udf/udf.h:1.33
--- src/sys/fs/udf/udf.h:1.32 Thu Jun 18 14:57:50 2009
+++ src/sys/fs/udf/udf.h Tue Jun 23 20:13:37 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: udf.h,v 1.32 2009/06/18 14:57:50 reinoud Exp $ */
+/* $NetBSD: udf.h,v 1.33 2009/06/23 20:13:37 reinoud Exp $ */
/*
* Copyright (c) 2006, 2008 Reinoud Zandijk
@@ -105,7 +105,7 @@
/* DON'T change these: they identify 13thmonkey's UDF implementation */
#define APP_NAME "*NetBSD UDF"
#define APP_VERSION_MAIN 0
-#define APP_VERSION_SUB 4
+#define APP_VERSION_SUB 5
#define IMPL_NAME "*NetBSD kernel UDF"