comparison rhodecode/__init__.py @ 3495:f674bc937d8a

version bump
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 07 Mar 2013 12:25:05 +0100
parents 89e7b189da64
children 3563bb7b4b82
comparison
equal deleted inserted replaced
3494:ef21dadcaa7c 3495:f674bc937d8a
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, 5, 3) 29 VERSION = (1, 5, 4)
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: