src/cline.h

changeset 36
a7ff583e153f
parent 35
35120de6ee53
child 37
cf65b0ddd030
equal deleted inserted replaced
35:35120de6ee53 36:a7ff583e153f
1 /* 1 /*
2 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 2 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3 * Copyright 2011 Mike Becker. All rights reserved. 3 * Copyright 2013 Mike Becker. All rights reserved.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are met: 6 * modification, are permitted provided that the following conditions are met:
7 * 7 *
8 * 1. Redistributions of source code must retain the above copyright 8 * 1. Redistributions of source code must retain the above copyright
30 */ 30 */
31 31
32 #ifndef CLINE_H_ 32 #ifndef CLINE_H_
33 #define CLINE_H_ 33 #define CLINE_H_
34 34
35 const char* VERSION="1.0.35"; 35 const char* VERSION="1.0.36";
36 36
37 #include "stdinc.h" 37 #include "stdinc.h"
38 #include "settings.h" 38 #include "settings.h"
39 39
40 #ifdef _cplusplus 40 #ifdef _cplusplus

mercurial