comparison rhodecode/__init__.py @ 2881:6b79e96f6ecd beta

version bump
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 29 Sep 2012 14:32:26 +0200
parents 94575ebeeabd
children 1f7b8c73c94a 3dfa25f35482
comparison
equal deleted inserted replaced
2878:5de92b1242f8 2881:6b79e96f6ecd
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, 3, 'b') 29 VERSION = (1, 4, 4, '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: