diff --git a/docs/changelog.rst b/docs/changelog.rst
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -3,6 +3,17 @@
 Changelog
 =========
 
+1.1.7 (**2011-03-23**)
+======================
+
+news
+----
+
+fixes
+-----
+
+- fixed (again) #136 installation support for FreeBSD
+
 
 1.1.6 (**2011-03-21**)
 ======================
diff --git a/rhodecode/__init__.py b/rhodecode/__init__.py
--- a/rhodecode/__init__.py
+++ b/rhodecode/__init__.py
@@ -27,7 +27,7 @@
 # MA  02110-1301, USA.
 import platform
 
-VERSION = (1, 1, 6)
+VERSION = (1, 1, 7)
 __version__ = '.'.join((str(each) for each in VERSION[:4]))
 __dbversion__ = 2 #defines current db version for migrations
 __platform__ = platform.system()