NetAnim: Update version

This commit is contained in:
John Abraham
2013-12-10 09:01:08 -08:00
parent 26b060e979
commit 89c36100ae
2 changed files with 2 additions and 2 deletions

View File

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

View File

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