< prev index next >

common/autoconf/spec.gmk.in

Print this page

        

@@ -173,10 +173,13 @@
 VERSION_STRING := @VERSION_STRING@
 # The short version string, without trailing zeroes and just PRE, if present.
 VERSION_SHORT := @VERSION_SHORT@
 # The Java specification version. It should be equal to version number.
 VERSION_SPECIFICATION := @VERSION_NUMBER@
+# A GA version is defined by the PRE string being empty. Rather than testing for
+# that, this variable defines it with true/false.
+VERSION_IS_GA := @VERSION_IS_GA@
 
 # Convenience CFLAGS settings for passing version information into native programs.
 VERSION_CFLAGS := \
     -DVERSION_MAJOR=$(VERSION_MAJOR) \
     -DVERSION_MINOR=$(VERSION_MINOR) \
< prev index next >