Initial public release: fresh history

This commit is contained in:
2025-10-22 04:28:20 -04:00
commit 10e8dfba2d
25 changed files with 2704 additions and 0 deletions

6
include/version.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef VERSION_H
#define VERSION_H
#define FBLOGIN_VERSION "1.0.0"
#endif