mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-05-16 04:11:57 +00:00
7 lines
91 B
C
7 lines
91 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#define APP_VERSION "@APP_VERSION@"
|
|
|
|
#endif // CONFIG_H
|