changed version numbering (separate stable and dev versions)
[NeonServV5.git] / src / modules.c
index b451c0d25614683f4293d7c13704747cf93a3f34..5e0c8262f561d3432e1d148d5ab97e096a9082ca 100644 (file)
@@ -48,6 +48,7 @@
 /* 190     */ /* UserNode.h */
 /* 191-193 */ #include "ModuleFunctions.h"
 /* 194     */ /* bots.h */
+/* 195-196 */ /* version.h */
 
 #define Function void *
 
@@ -257,7 +258,9 @@ void *global_functions[] = {
 /* 191 */ (Function) module_global_cmd_register_neonbackup,
 /* 192 */ (Function) module_global_cmd_unregister_neonbackup,
 /* 193 */ (Function) module_neonbackup_recover_chan,
-/* 194 */ (Function) requestInvite
+/* 194 */ (Function) requestInvite,
+/* 195 */ (Function) is_stable_revision,
+/* 196 */ (Function) get_dev_revision
 };
 
 static int module_id_counter = 1;