Skip to content

Commit

Permalink
Version 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lkalif committed Feb 24, 2014
1 parent ba33822 commit ca8e7ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 3 additions & 2 deletions OpenMetaverse/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("openmetaverse.org")]
[assembly: AssemblyProduct("OpenMetaverse")]
[assembly: AssemblyCopyright("Copyright © openmetaverse.org 2006-2008")]
[assembly: AssemblyCopyright("Copyright © openmetaverse.org 2006-2014")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -25,7 +25,7 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("0.0.0.*")]
[assembly: AssemblyVersion("0.9.2.3173")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down Expand Up @@ -55,3 +55,4 @@
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("")]
[assembly: AssemblyKeyName("")]
[assembly: AssemblyFileVersionAttribute("0.9.2.3173")]
10 changes: 4 additions & 6 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,17 @@ Finding Help
------------

If you need any help we have a couple of resources, the primary one being
the #libomv-dev IRC channel on EFNet. There is also the libomv-dev mailing list
at http://groups.google.com/group/libomv-dev and lastly you can use the e-mail
contact@openmv.org for any general inquiries (although we prefer
developer-related questions to go to IRC or the mailing list). You can find us
the #libomv-dev IRC channel on Freenode. There is also the libomv-dev mailing list
at http://groups.google.com/group/libomv-dev. You can find us
in-world via the open invitation libsecondlife group or at our HQ and testing
area in Hooper (SLURL: http://slurl.com/secondlife/Hooper/192/43/25/).

Source Code:
To checkout a copy of libopenmv trunk
svn co http://openmetaverse.org/svn/omf/libopenmetaverse/trunk/ libopenmetaverse
git clone https://github.com/openmetaversefoundation/libopenmetaverse.git libopenmetaverse

For more details see:
http://lib.openmetaverse.org/wiki/SVN
http://lib.openmetaverse.org/wiki/Download#Development
http://lib.openmetaverse.org/wiki/Getting_Started

Getting started on Windows
Expand Down

0 comments on commit ca8e7ba

Please # to comment.