File: version.h

package info (click to toggle)
menu-cache 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 428 kB
  • sloc: ansic: 5,071; makefile: 144; sh: 40
file content (11 lines) | stat: -rw-r--r-- 314 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __MENU_CACHE_VER_H__
#define __MENU_CACHE_VER_H__

/* change these numbers if you change enums in menu-cache.h
   note that will break compatibility for generated cache */
#define VER_MAJOR	1
#define VER_MINOR	2
/* This is for backward compatibility on transitions */
#define VER_MINOR_SUPPORTED 1

#endif