diff --git a/src/Config.hs b/src/Config.hs
--- a/src/Config.hs
+++ b/src/Config.hs
@@ -78,7 +78,7 @@
 import Data.Dynamic
 
 
-versionString = "The Timber compiler, version 1.0.1"
+versionString = "The Timber compiler, version 1.0.2"
 
 -- | Contains the configuration for the compiler with the current
 -- command line switches.
diff --git a/timberc.cabal b/timberc.cabal
--- a/timberc.cabal
+++ b/timberc.cabal
@@ -1,5 +1,5 @@
 Name:                timberc
-Version:             1.0.1
+Version:             1.0.2
 Synopsis:            The Timber Compiler.
 Description:         This is a compiler for a strict and pure functional 
 		     language
@@ -8,7 +8,7 @@
 Author:              Johan Nordlander
 Maintainer:          Johan Nordlander <nordland@csee.ltu.se>
 Homepage:	     http://www.timber-lang.org
-Build-type:	     Simple
+Build-type:	     Custom
 Cabal-Version:       >= 1.4
 extra-tmp-files:     config.log config.status 
 data-files:          examples/Counter.t,
diff --git a/timberc.spec b/timberc.spec
--- a/timberc.spec
+++ b/timberc.spec
@@ -7,7 +7,7 @@
 # This file was derived from ghc.spec.in
 
 %define name    timberc
-%define version 1.0.1
+%define version 1.0.2
 %define release 1
 
 Name:           %{name}
