Changeset - 4cf9a1ee1f10
[Not reviewed]
v0.9.0 default
0 1 0
Hasan Yavuz Ă–ZDERYA - 9 years ago 2017-04-17 08:00:03
hy@ozderya.net
increased default version number to 0.9
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/version.h
Show inline comments
 
@@ -12,20 +12,20 @@
 
  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
  GNU General Public License for more details.
 

	
 
  You should have received a copy of the GNU General Public License
 
  along with serialplot.  If not, see <http://www.gnu.org/licenses/>.
 
*/
 

	
 
#ifndef VERSION_H
 
#define VERSION_H
 

	
 
#ifndef VERSION_STRING
 
#define VERSION_STRING   "0.8.1"
 
#define VERSION_STRING   "0.9.0"
 
#endif
 

	
 
#ifndef VERSION_REVISION
 
#define VERSION_REVISION ""
 
#endif
 

	
 
#endif // VERSION_H
0 comments (0 inline, 0 general)