File: version.h

package info (click to toggle)
megacmd 2.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 32,592 kB
  • sloc: cpp: 326,437; ansic: 34,524; python: 4,630; java: 3,965; sh: 2,869; objc: 2,459; makefile: 197; xml: 113
file content (9 lines) | stat: -rw-r--r-- 190 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#ifndef MEGA_MAJOR_VERSION
#define MEGA_MAJOR_VERSION 10
#endif
#ifndef MEGA_MINOR_VERSION
#define MEGA_MINOR_VERSION 6
#endif
#ifndef MEGA_MICRO_VERSION
#define MEGA_MICRO_VERSION 1
#endif