##// END OF EJS Templates
changes for release 1.1.7
marcink -
r1172:bd102f45 rhodecode-0.0.1.1.7 default
parent child Browse files
Show More
@@ -3,6 +3,17 b''
3 3 Changelog
4 4 =========
5 5
6 1.1.7 (**2011-03-23**)
7 ======================
8
9 news
10 ----
11
12 fixes
13 -----
14
15 - fixed (again) #136 installation support for FreeBSD
16
6 17
7 18 1.1.6 (**2011-03-21**)
8 19 ======================
@@ -27,7 +27,7 b''
27 27 # MA 02110-1301, USA.
28 28 import platform
29 29
30 VERSION = (1, 1, 6)
30 VERSION = (1, 1, 7)
31 31 __version__ = '.'.join((str(each) for each in VERSION[:4]))
32 32 __dbversion__ = 2 #defines current db version for migrations
33 33 __platform__ = platform.system()
General Comments 0
You need to be logged in to leave comments. Login now