// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved #ifndef VERSION_H #define VERSION_H char package[] = "tacacs+"; char version[] = "F4.0.4.28-6fb"; #endif