diff options
Diffstat (limited to 'protocols/AimOscar/version.h')
-rw-r--r-- | protocols/AimOscar/version.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/protocols/AimOscar/version.h b/protocols/AimOscar/version.h index 37c79beed3..b85995d3a5 100644 --- a/protocols/AimOscar/version.h +++ b/protocols/AimOscar/version.h @@ -15,8 +15,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "m_version.h"
+#define __FILEVERSION_STRING 0,92,2,0
+#define __VERSION_STRING "0.92.2.0"
+#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 92, 2, 0)
-#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
-#define __VERSION_STRING MIRANDA_VERSION_STRING
-#define __VERSION_DWORD MIRANDA_VERSION_DWORD
|