aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJacek Antonelli2009-02-28 01:08:31 -0600
committerJacek Antonelli2009-02-28 01:08:31 -0600
commit9660fb8fc75dfefd54b7e4a171a899f93da43d74 (patch)
tree40627c99c02c6e636389d0408a3d2067110d8940
parentInitialize gstreamer (if needed) when making LLMediaImplGStreamer. (diff)
downloadmeta-impy-9660fb8fc75dfefd54b7e4a171a899f93da43d74.zip
meta-impy-9660fb8fc75dfefd54b7e4a171a899f93da43d74.tar.gz
meta-impy-9660fb8fc75dfefd54b7e4a171a899f93da43d74.tar.bz2
meta-impy-9660fb8fc75dfefd54b7e4a171a899f93da43d74.tar.xz
Bumped test version to RC2.
-rw-r--r--ChangeLog.txt3
-rw-r--r--linden/indra/llcommon/llversionviewer.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 34b4c39..73de314 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,5 +1,8 @@
12009-02-27 Jacek Antonelli <jacek.antonelli@gmail.com> 12009-02-27 Jacek Antonelli <jacek.antonelli@gmail.com>
2 2
3 * linden/indra/llcommon/llversionviewer.h:
4 Bumped test version to RC2.
5
3 * linden/indra/llmedia/llmediaimplgstreamer.cpp: 6 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
4 Initialize gstreamer (if needed) when making LLMediaImplGStreamer. 7 Initialize gstreamer (if needed) when making LLMediaImplGStreamer.
5 Lets us find gstreamer version for "About Imprudence" before login. 8 Lets us find gstreamer version for "About Imprudence" before login.
diff --git a/linden/indra/llcommon/llversionviewer.h b/linden/indra/llcommon/llversionviewer.h
index 4b99b71..b560e51 100644
--- a/linden/indra/llcommon/llversionviewer.h
+++ b/linden/indra/llcommon/llversionviewer.h
@@ -45,6 +45,6 @@ const char * const IMP_VIEWER_NAME = "Imprudence";
45const S32 IMP_VERSION_MAJOR = 1; 45const S32 IMP_VERSION_MAJOR = 1;
46const S32 IMP_VERSION_MINOR = 1; 46const S32 IMP_VERSION_MINOR = 1;
47const S32 IMP_VERSION_PATCH = 0; 47const S32 IMP_VERSION_PATCH = 0;
48const char * const IMP_VERSION_TEST = "RC1"; 48const char * const IMP_VERSION_TEST = "RC2";
49 49
50#endif 50#endif