aboutsummaryrefslogtreecommitdiff
path: root/src/ui/version.h
blob: 8bd09040bbdca2749c90a3d1ff84d849b1871df2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _QMMP_VERSION_H
#define _QMMP_VERSION_H

#ifndef QMMP_VERSION
#define QMMP_VERSION 0.2.0
#endif

#ifndef QMMP_STR_VERSION
#define QMMP_STR_VERSION "0.2.0"
#endif

#define LISTEN_PORT_BASE 33000
#define UDS_PATH "/tmp/qmmp.sock"

#endif