Skip to content

Commit f1e0453

Browse files
committed
Use own version numbering.
1 parent 68e9241 commit f1e0453

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/includes/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#pragma once
22

33
#define LAV_VERSION_MAJOR 0
4-
#define LAV_VERSION_MINOR 60
5-
#define LAV_VERSION_REVISION 1
4+
#define LAV_VERSION_MINOR 1
5+
#define LAV_VERSION_REVISION 0
66

77
#define LAV_AUDIO "LAV Audio Decoder"
88
#define LAV_VIDEO "LAV Video Decoder"

0 commit comments

Comments
 (0)