aboutsummaryrefslogtreecommitdiff
path: root/src/version.h
blob: 0d621bacfebefeac5e358cf84795bc14c2df6b6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef _QMMP_VERSION_H
#define _QMMP_VERSION_H

#define QMMP_VERSION 0.2.0

#define QMMP_STR_VERSION "0.2.0"

#define TCPSERVER_PORT_NUMBER 33000

#endif