comparison rhodecode/__init__.py @ 2170:0239953fa711 beta

version bump
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 28 Mar 2012 22:41:51 +0200
parents edbf8c9c21d2
children 28d9893d6a23
comparison
equal deleted inserted replaced
2167:8de43412e7d7 2170:0239953fa711
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, 3, 4, 'b') 29 VERSION = (1, 3, 5, 'b')
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() 33 _rev = get_current_revision()
34 if _rev: 34 if _rev: