File: version.h

package info (click to toggle)
sylph-searcher 1.2.0-13
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,752 kB
  • sloc: sh: 8,890; ansic: 2,808; makefile: 46; sql: 29
file content (11 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
/* Sylph-Searcher - full-text search program for Sylpheed
 * Copyright (C) 2007-2009 Sylpheed Development Team
 */

#ifndef __VERSION_H__
#define __VERSION_H__

#define PACKAGE		"sylph-searcher"
#define VERSION		"1.2.0"

#endif /* __VERSION_H__ */