Author: jprantan Date: Thu Jul 2 07:35:40 2009 New Revision: 110
Modified: tags/mabot-0.6.1/src/mabot/version.py Log: Updated version. Modified: tags/mabot-0.6.1/src/mabot/version.py ============================================================================== --- tags/mabot-0.6.1/src/mabot/version.py (original) +++ tags/mabot-0.6.1/src/mabot/version.py Thu Jul 2 07:35:40 2009 @@ -12,6 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -import time - -version = "trunk-%d%02d%02d" % (time.localtime()[:3]) \ No newline at end of file +version = "0.6.1"
