comparison rhodecode/__init__.py @ 2910:3dfa25f35482 beta

version bump
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 09 Oct 2012 01:00:26 +0200
parents 6b79e96f6ecd
children 133b117efe0e
comparison
equal deleted inserted replaced
2907:0b86972de820 2910:3dfa25f35482
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, 4, 'b') 29 VERSION = (1, 4, 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 and len(VERSION) > 3: 34 if _rev and len(VERSION) > 3: