sunversion.hxx (5ac42e1f) sunversion.hxx (0fff73ca)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 62 unchanged lines hidden (view full) ---

71 Rel_RC,
72 Rel_RC1,
73 Rel_RC2,
74 Rel_RC3
75#if defined(FREEBSD)
76 ,
77 Rel_FreeBSD
78#endif
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 62 unchanged lines hidden (view full) ---

71 Rel_RC,
72 Rel_RC1,
73 Rel_RC2,
74 Rel_RC3
75#if defined(FREEBSD)
76 ,
77 Rel_FreeBSD
78#endif
79#if defined(OS2)
80 ,
81 Rel_OS2
82#endif
79 };
80
81 //contains major,minor,micro,update
82 int m_arVersionParts[4];
83 // The update can be followed by a char, e.g. 1.4.1_01a
84 char m_nUpdateSpecial;
85
86 PreRelease m_preRelease;

--- 37 unchanged lines hidden ---
83 };
84
85 //contains major,minor,micro,update
86 int m_arVersionParts[4];
87 // The update can be followed by a char, e.g. 1.4.1_01a
88 char m_nUpdateSpecial;
89
90 PreRelease m_preRelease;

--- 37 unchanged lines hidden ---