comparison rhodecode/__init__.py @ 2854:d998cc84cf72 rhodecode-0.0.1.4.2

Merge branch beta into stable
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 19 Sep 2012 22:38:12 +0200
parents f7a52d548fd0 5a19d6f4283e
children d6ac3baaa15a
comparison
equal deleted inserted replaced
2829:026609c4ef02 2854:d998cc84cf72
24 # You should have received a copy of the GNU General Public License 24 # You should have received a copy of the GNU General Public License
25 # along with this program. If not, see <http://www.gnu.org/licenses/>. 25 # along with this program. If not, see <http://www.gnu.org/licenses/>.
26 import sys 26 import sys
27 import platform 27 import platform
28 28
29 VERSION = (1, 4, 1) 29 VERSION = (1, 4, 2)
30 30
31 try: 31 try:
32 from rhodecode.lib import get_current_revision 32 from rhodecode.lib import get_current_revision
33 _rev = get_current_revision(quiet=True) 33 _rev = get_current_revision(quiet=True)
34 if _rev and len(VERSION) > 3: 34 if _rev and len(VERSION) > 3: