diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2010, 2011, 2012, wren ng thornton.
+Copyright (c) 2010--2013, wren ng thornton.
 ALL RIGHTS RESERVED.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/VERSION b/VERSION
new file mode 100644
--- /dev/null
+++ b/VERSION
@@ -0,0 +1,2 @@
+1.0.0 (2012-01-28):
+    - (2011-07-12) Forked from the Posta project (at 0.11.0-beta).
diff --git a/data-or.cabal b/data-or.cabal
--- a/data-or.cabal
+++ b/data-or.cabal
@@ -1,14 +1,19 @@
 ----------------------------------------------------------------
--- wren ng thornton <wren@community.haskell.org>    ~ 2011.07.12
+-- wren ng thornton <wren@community.haskell.org>    ~ 2014.03.30
 ----------------------------------------------------------------
 
+-- By and large Cabal >=1.2 is fine; but >= 1.6 gives tested-with:
+-- and source-repository:.
+Cabal-Version:  >= 1.6
+Build-Type:     Simple
+
 Name:           data-or
-Version:        1.0.0
+Version:        1.0.0.4
 Stability:      provisional
 Homepage:       http://code.haskell.org/~wren/
 Author:         wren ng thornton
 Maintainer:     wren@community.haskell.org
-Copyright:      Copyright (c) 2010--2011 wren ng thornton
+Copyright:      Copyright (c) 2010--2013 wren ng thornton
 License:        BSD3
 License-File:   LICENSE
 
@@ -16,12 +21,10 @@
 Synopsis:       A data type for non-exclusive disjunction.
 Description:    A data type for non-exclusive disjunction.
 
--- By and large Cabal >=1.2 is fine; but >= 1.6 gives tested-with:
--- and source-repository:.
-Cabal-Version:  >= 1.6
-Build-Type:     Simple
-Tested-With:    GHC == 6.12.1, GHC == 6.12.3
-
+Tested-With:
+    GHC ==6.12.1, GHC ==6.12.3, GHC ==7.6.1, GHC ==7.8.0
+Extra-source-files:
+    VERSION
 Source-Repository head
     Type:     darcs
     Location: http://community.haskell.org/~wren/data-or
