Update of /cvsroot/audacity/audacity-src/src
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv5715
Modified Files:
Audacity.h
Log Message:
for AUDACITY_SUFFIX:
Replace "-alpha-<date>" with "-beta" for 1.3.10 release.
Use IS_BETA to set automatically for beta vs stable release.
Index: Audacity.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Audacity.h,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- Audacity.h 1 Sep 2009 18:09:31 -0000 1.71
+++ Audacity.h 30 Nov 2009 21:40:08 -0000 1.72
@@ -25,7 +25,19 @@
#define AUDACITY_RELEASE 3
#define AUDACITY_REVISION 10
#define AUDACITY_MODLEVEL 0
-#define AUDACITY_SUFFIX wxT("-alpha-") __TDATE__ // wxT("")
+
+#if (IS_BETA)
+ #define AUDACITY_SUFFIX wxT("-beta")
+#else
+ #define AUDACITY_SUFFIX wxT("") // for a stable release
+#endif
+// As of November 2009, we can have alphas of a beta release or
+// alphas of a stable release, typically the nightly builds.
+// Most of the time we're in development, the following #define
+// should be uncommented, to override the above.
+// It should be commented out only when we're building a
+// beta or stable release.
+// #define AUDACITY_SUFFIX wxT("-alpha-") __TDATE__
#define AUDACITY_MAKESTR( x ) #x
#define AUDACITY_QUOTE( x ) AUDACITY_MAKESTR( x )
------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing.
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs