summaryrefslogtreecommitdiffstats
path: root/src/version.h
diff options
context:
space:
mode:
authorJohann Latocha2012-02-02 01:13:50 +0100
committerJohann Latocha2012-02-02 01:13:50 +0100
commit37e4ed696b77455a738fa948b93498c8740721bc (patch)
tree14306f376ef7132d2cac1624e3aafa8dbba035b0 /src/version.h
parent[SERVER] Close all client sockets on shutdown (diff)
downloaddnbd3-37e4ed696b77455a738fa948b93498c8740721bc.tar.gz
dnbd3-37e4ed696b77455a738fa948b93498c8740721bc.tar.xz
dnbd3-37e4ed696b77455a738fa948b93498c8740721bc.zip
[SERVER] Parsing config file with glib
[KERNEL] Bugfixes [CLIENT] Using vid and rid
Diffstat (limited to 'src/version.h')
-rw-r--r--src/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/version.h b/src/version.h
index bbaaf41..2664741 100644
--- a/src/version.h
+++ b/src/version.h
@@ -21,7 +21,7 @@
#ifndef VERSION_H_
#define VERSION_H_
-#define VERSION_STRING "0.1.0"
-#define VERSION_NUMBER 010
+#define VERSION_STRING "0.3.0"
+#define VERSION_NUMBER 030
#endif /* VERSION_H_ */