server/src/shared/revision_nr.h
Schmoozerd e269f49f8e [12672] Improve Waypoint Management
* Allow waypoints that have point-ids not from 1 to n
* Remove possibly bad sql-statements to "fix" the above property
* Simplify code a little bit

Remaining TODO: Bring commands up-to-date and also make things more simple instead of using the database to store visual waypoints
2020-02-17 09:20:23 +00:00

4 lines
109 B
C

#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12672"
#endif // __REVISION_NR_H__