mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-21 03:21:43 -06:00
fix release info in src/gen_version.h
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#ifndef GEN_VERSION_H
|
||||
#define GEN_VERSION_H
|
||||
#define MAJOR_VERSION 3
|
||||
#define MINOR_VERSION 5
|
||||
#define PATCH_VERSION 99
|
||||
#define MINOR_VERSION 6
|
||||
#define PATCH_VERSION 0
|
||||
|
||||
#define str(s) #s
|
||||
#define xstr(s) str(s)
|
||||
|
||||
Reference in New Issue
Block a user