diff --git a/Makefile b/Makefile index bbe0576c..adde6ea1 100644 --- a/Makefile +++ b/Makefile @@ -118,6 +118,7 @@ commit: push: hg push git push + git push --tags tag: git tag -l '$(S)' hg tag -l '$(S)' diff --git a/VERSION b/VERSION index e4bd7900..ee2dd506 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.4.6-stable+timestamp.2013.04.06.12.22.00 +Version 2.4.6-stable+timestamp.2013.04.07.19.36.49 diff --git a/gluon/dal.py b/gluon/dal.py index 46e395e7..dd81f5b4 100644 --- a/gluon/dal.py +++ b/gluon/dal.py @@ -8050,7 +8050,7 @@ class Reference(long): def __setattr__(self, key, value): if key.startswith('_'): - int.__setattr__(self, key, value) + long.__setattr__(self, key, value) return self.__allocate() self._record[key] = value