Changeset - 1ff606a7858d
[Not reviewed]
Marcin Kuzminski - 14 years ago 2011-11-02 22:20:26
marcin@python-works.com
version bump
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/__init__.py
Show inline comments
 
@@ -25,7 +25,7 @@
 
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
import platform
 

	
 
VERSION = (1, 2, 2)
 
VERSION = (1, 2, 3)
 
__version__ = '.'.join((str(each) for each in VERSION[:4]))
 
__dbversion__ = 3 #defines current db version for migrations
 
__platform__ = platform.system()
0 comments (0 inline, 0 general)