NetAnim: Update version to 3.105

This commit is contained in:
John Abraham
2014-01-15 10:12:52 -08:00
parent 1051191967
commit 9ce6ffeb61
2 changed files with 2 additions and 2 deletions

View File

@@ -311,7 +311,7 @@ void AnimationInterface::StartNewTraceFile ()
std::string AnimationInterface::GetNetAnimVersion ()
{
return "netanim-3.104";
return "netanim-3.105";
}
void AnimationInterface::SetStartTime (Time t)

View File

@@ -3,7 +3,7 @@
import wutils
# Required NetAnim version
NETANIM_RELEASE_NAME = "netanim-3.104"
NETANIM_RELEASE_NAME = "netanim-3.105"
def build (bld) :