Skip to content

Commit 1ca93ee

Browse files
committed
Pragma once
#1095
1 parent a4781cc commit 1ca93ee

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

cmake_config.h.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ along with this program; if not, write to the Free Software
1616
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
*/
1818

19+
#pragma once
20+
1921
#define VERSION_MAJOR @bibledit_VERSION_MAJOR@
2022
#define VERSION_MINOR @bibledit_VERSION_MINOR@
2123
#define VERSION_PATCH @bibledit_VERSION_PATCH@

config.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ along with this program; if not, write to the Free Software
1616
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
*/
1818

19+
#pragma once
20+
1921
#define VERSION_MAJOR 5
2022
#define VERSION_MINOR 1
2123
#define VERSION_PATCH 043

0 commit comments

Comments
 (0)