Skip to content

Commit

Permalink
release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orignal committed Mar 31, 2016
1 parent df5b7c7 commit e5fac08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.h
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#ifndef _VERSION_H_
#define _VERSION_H_

#define CODENAME "Purple"
#define CODENAME "Bora Bora"

#define STRINGIZE(x) #x
#define MAKE_VERSION(a,b,c) STRINGIZE(a) "." STRINGIZE(b) "." STRINGIZE(c)

#define I2PD_VERSION_MAJOR 2
#define I2PD_VERSION_MINOR 5
#define I2PD_VERSION_MICRO 1
#define I2PD_VERSION_MINOR 6
#define I2PD_VERSION_MICRO 0
#define I2PD_VERSION_PATCH 0
#define I2PD_VERSION MAKE_VERSION(I2PD_VERSION_MAJOR, I2PD_VERSION_MINOR, I2PD_VERSION_MICRO)
#define VERSION I2PD_VERSION
Expand Down

0 comments on commit e5fac08

Please sign in to comment.