Changeset 123:57776e8b3ae4

Show
Ignore:
Timestamp:
11/08/08 16:20:36 (3 years ago)
Author:
chris
Branch:
unix
Message:

up version info on head

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • StormSiren.py

    r122 r123  
    5151from StormSiren.History import History, DEFAULT_MAX_HISTORICAL_EVENTS 
    5252 
    53 __RELEASE_VERSION = "2.0 RC2" 
    54 __RELEASE_MONTH   = "11" 
    55 __RELEASE_DAY     = "07" 
     53__RELEASE_VERSION = "2.0 RC3" 
     54__RELEASE_MONTH   = "12" 
     55__RELEASE_DAY     = "08" 
    5656__RELEASE_YEAR    = "2008" 
    5757