diff options
author | Jacek Antonelli | 2009-02-28 01:08:31 -0600 |
---|---|---|
committer | Jacek Antonelli | 2009-02-28 01:08:31 -0600 |
commit | 9660fb8fc75dfefd54b7e4a171a899f93da43d74 (patch) | |
tree | 40627c99c02c6e636389d0408a3d2067110d8940 | |
parent | Initialize gstreamer (if needed) when making LLMediaImplGStreamer. (diff) | |
download | meta-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.txt | 3 | ||||
-rw-r--r-- | linden/indra/llcommon/llversionviewer.h | 2 |
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 @@ | |||
1 | 2009-02-27 Jacek Antonelli <jacek.antonelli@gmail.com> | 1 | 2009-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"; | |||
45 | const S32 IMP_VERSION_MAJOR = 1; | 45 | const S32 IMP_VERSION_MAJOR = 1; |
46 | const S32 IMP_VERSION_MINOR = 1; | 46 | const S32 IMP_VERSION_MINOR = 1; |
47 | const S32 IMP_VERSION_PATCH = 0; | 47 | const S32 IMP_VERSION_PATCH = 0; |
48 | const char * const IMP_VERSION_TEST = "RC1"; | 48 | const char * const IMP_VERSION_TEST = "RC2"; |
49 | 49 | ||
50 | #endif | 50 | #endif |